Click or drag to resize

Win32WindowShowAsync Method

Sets the show state of a window without waiting for the operation to complete.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public bool ShowAsync(
	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