Click or drag to resize

NamespaceTreeControlGetItemCustomState Method (Item)

Gets the state of the checkbox associated with a given Shell item.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public int? GetItemCustomState(
	Item item
)

Parameters

item
Type: callback.ShellBoost.Core.WindowsShellItem
The item.

Return Value

Type: NullableInt32
The state of the checkbox for the Shell item or null.
Exceptions
ExceptionCondition
ArgumentNullExceptionitem is null.
See Also