TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class / RightClickSelect Property

In This Topic
    RightClickSelect Property (C1TreeView)
    In This Topic
    Gets or sets a value indicating whether a node can be selected by right click or not.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Behavior")>
    <C1DescriptionAttribute("C1TreeView.RightClickSelect", "Indicates whether a node can be selected by right click.")>
    <DefaultValueAttribute(True)>
    Public Property RightClickSelect As Boolean
    [C1Category("Behavior")]
    [C1Description("C1TreeView.RightClickSelect", "Indicates whether a node can be selected by right click.")]
    [DefaultValue(true)]
    public bool RightClickSelect {get; set;}
    See Also