Checked Property (CheckBoxInfo)
In This Topic
Gets or sets a value indicating whether the tree node checkbox is in the checked state.
Syntax
'Declaration
<C1DescriptionAttribute("CheckBoxInfo.Checked", "Gets or sets a value indicating whether the tree node checkbox is in the checked state.")>
<C1CategoryAttribute("Behavior")>
<DefaultValueAttribute(False)>
Public Property Checked As Boolean
[C1Description("CheckBoxInfo.Checked", "Gets or sets a value indicating whether the tree node checkbox is in the checked state.")]
[C1Category("Behavior")]
[DefaultValue(false)]
public bool Checked {get; set;}
See Also