WindowsUtilitiesGetModalWindow Method |
Gets the modal window for a given parent window.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static IntPtr GetModalWindow(
IntPtr owner
)
Parameters
- owner
- Type: SystemIntPtr
The owner window handle.
Return Value
Type:
IntPtrThe modal window handle or zero.
See Also