Click or drag to resize

Win32WindowShow Method

Sets this window's show state.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public bool Show(
	SW command
)

Parameters

command
Type: callback.ShellBoost.Core.WindowsShellSW
Controls how the window is to be shown.

Return Value

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