Click or drag to resize

WindowsUtilitiesShowWindow Method

Sets the specified window's show state.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static bool ShowWindow(
	IntPtr handle,
	SW commandShow
)

Parameters

handle
Type: SystemIntPtr
The handle.
commandShow
Type: callback.ShellBoost.Core.WindowsShellSW
Controls how the window is to be shown.

Return Value

Type: Boolean
true if the call succeeded, false otherwise.
See Also