ShellTreeNodeInvertCheckState Method |
This method inverts the
CheckState of the
ShellTreeNode
instance. If the Item was checked it's state will be set to unchecked.
If it was Grayed or UnChecked it will be Checked afterwards.
If the Item is not associated (contained) in a
ShellTreeView or
the
ShellTreeView has no
ShellControlConnector assigned,
this method does nothing and returns immediately.
Furthermore the TreeView needs to have the
CheckBoxes property
enabled.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public void InvertCheckState()
Public Sub InvertCheckState
public:
void InvertCheckState()
member InvertCheckState : unit -> unit
See Also