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

In This Topic
    Selected Property (C1TreeNode)
    In This Topic
    Gets or sets a value indicating whether the tree node is in the selected state.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1TreeNode.Selected", "Gets or sets a value indicating whether the tree node is in the selected state.")>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <BrowsableAttribute(False)>
    Public Property Selected As Boolean
    [C1Description("C1TreeNode.Selected", "Gets or sets a value indicating whether the tree node is in the selected state.")]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [Browsable(false)]
    public bool Selected {get; set;}
    See Also