Click or drag to resize

ShellTreeNodeCheckState Property

If the CheckBoxes property of the ShellTreeView is true then this property can be used to get or set the check state. If the value that is set changes the item's checkstate, and a ShellControlConnector is assigned to the ShellTreeView the item is contained in, the SelectionList will be updated accordingly.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public CheckState CheckState { get; set; }

Property Value

Type: CheckState
See Also