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