ShellBrowser .Net Edition
InvertCheckState Method
NamespacesJam.ShellShellListItemInvertCheckState()()()
This method inverts the CheckState of the ShellListItem 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 ShellListView or the ShellListView has no ShellControlConnector assigned, this method does nothing and returns immediately. Furthermore the ListView needs to have the CheckBoxes property enabled.
Declaration Syntax
C#Visual BasicVisual C++
public void InvertCheckState()
Public Sub InvertCheckState
public:
void InvertCheckState()

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)