Click or drag to resize

Win32WindowHideAsync Method

Hides the window and activates another 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 HideAsync()

Return Value

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