ThisThread Method | ||||||
Applies to: WindowSpy Returns a Thread object which represents the application's main thread. Syntax:Set objThread = ThisThread The ThisThread method syntax has these parts:
Remarks:Calling ThisThread is equivalent to calling WrapThread(App.ThreadID)
|