| MonitorInfoWindowIsInAnyMonitor Method |
Determines if the window is shown in any of the monitors.
Namespace:
Cauldron
Assembly:
Cauldron.Win32.MonitorInfo (in Cauldron.Win32.MonitorInfo.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax public static bool WindowIsInAnyMonitor(
IntPtr windowHandle
)
Parameters
- windowHandle
- Type: SystemIntPtr
The handle of the window displayed by the monitor
Return Value
Type:
Booleantrue if the window is displayed on any monitor; otherwise false
See Also