Skip to content

window_handle

drewmccluskey edited this page Feb 12, 2019 · 1 revision

window_handle

returns the current window handle

Syntax:

window_handle()

Returns: IntPtr

Description:

This function returns the current window handle which can then be stored in a variable and be used to refer to the current window.

Example:

string handle = window_handle()

The above code will assign the current window handle to the string variable handle.

Back to window-functions

Clone this wiki locally