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

In This Topic
    Enabled Property (C1TreeNode)
    In This Topic
    Gets or sets a value indicating whether this node is enabled.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1TreeNode.Enabled", "Gets or sets a value indicating whether this node is enabled.")>
    <C1CategoryAttribute("Behavior")>
    Public Property Enabled As Boolean
    [C1Description("C1TreeNode.Enabled", "Gets or sets a value indicating whether this node is enabled.")]
    [C1Category("Behavior")]
    public bool Enabled {get; set;}
    See Also