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

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