An NDoc Documented Class Library

CustomStateTreeView.SetCheckState Method 

Set the check state of a node in the tree.

public void SetCheckState(
   TreeNode node,
   int state
);

Parameters

node
The node
state
0-based index into image list (0 means no check state)

See Also

CustomStateTreeView Class | CustomStateTreeView Members | Genghis.Windows.Forms Namespace