====== HANDLE property ====== ==== Applies To ==== All controls, except menus. For a window menu, call [[getmenu|GetMenu()]] to get its handle. The System Monitor. ==== Description ==== Windows handle for the object. ==== Usage ==== [[get_property|Get_Property()]] returns integer window handle of an object. [[set_property|Set_Property()]] is not used. ==== Remarks ==== The HANDLE property returns a non-null , non-zero number if the window or control exists, making it easy to check if a window or control has been closed (or destroyed). This property returns the window handle of the System Monitor window. ==== See Also ==== [[getmenu|GetMenu()]], [[dthandle|DTHANDLE property]], Microsoft Windows SDK