-
-
Couldn't load subscription status.
- Fork 19
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