WindowsUtilitiesShowWindow Method |
Sets the specified window's show state.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static bool ShowWindow(
IntPtr handle,
SW commandShow
)
Parameters
- handle
- Type: SystemIntPtr
The handle. - commandShow
- Type: ShellBoost.Core.WindowsShellSW
Controls how the window is to be shown.
Return Value
Type:
Booleantrue if the call succeeded,
false otherwise.
See Also