WindowsUtilitiesActivateModalWindow Method |
Activates the modal child window of a given window.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static IntPtr ActivateModalWindow(
IntPtr hwnd
)
Parameters
- hwnd
- Type: SystemIntPtr
The parent window handle.
Return Value
Type:
IntPtrThe handle of the window that was previously active.
See Also