CheckState Property (C1TreeNode)
In This Topic
Gets or sets the state of the tree node checkbox.
Syntax
'Declaration
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<C1CategoryAttribute("Behavior")>
<C1DescriptionAttribute("C1TreeNode.CheckState", "Gets or sets the state of the tree node checkbox.")>
Public Property CheckState As CheckState
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[C1Category("Behavior")]
[C1Description("C1TreeNode.CheckState", "Gets or sets the state of the tree node checkbox.")]
public CheckState CheckState {get; set;}
See Also