-
-
Notifications
You must be signed in to change notification settings - Fork 18
window_handle
drewmccluskey edited this page Feb 12, 2019
·
1 revision
returns the current window handle
window_handle()
Returns: IntPtr
This function returns the current window handle which can then be stored in a variable and be used to refer to the current window.
string handle = window_handle()
The above code will assign the current window handle to the string variable handle.
Back to window-functions