TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / CheckBoxInfo Class / Checked Property

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