CheckOnClick Property (TreeView)
In This Topic
Gets or sets a value that determines whether to toggle checkboxes when the user clicks the node header.
Syntax
'Declaration
Public Property CheckOnClick As Boolean
public bool CheckOnClick {get; set;}
See Also