Click or drag to resize

ViewUIActivate Method

Call when the activation state of the view window is changed by an event that is not caused by the Shell view itself. For example, if the TAB key is pressed when the tree has the focus, the view should be given the focus.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public int UIActivate(
	SVUIA_STATUS state,
	bool throwOnError = true
)

Parameters

state
Type: callback.ShellBoost.Core.WindowsShellSVUIA_STATUS
The activation state of the window.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

Type: Int32
An error number or 0.
See Also