Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NSelection Class / EnableAppendClickSelect Property


In This Topic
    EnableAppendClickSelect Property
    In This Topic
    Specifies whether appending the node to the selection is enabled when the user click selects a node. This operation is performed when the user clicks on a node and the Shift key is down.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Behavior")>
    <System.ComponentModel.DescriptionAttribute("Specifies whether appending the node to the selection is enabled when the user click selects a node. This operation is performed when the user clicks on a node and the Shift key is down.")>
    <System.ComponentModel.DefaultValueAttribute(True)>
    Public Property EnableAppendClickSelect As System.Boolean
    'Usage
     
    
    Dim instance As NSelection
    Dim value As System.Boolean
     
    instance.EnableAppendClickSelect = value
     
    value = instance.EnableAppendClickSelect
    [System.ComponentModel.Category("Behavior")]
    [System.ComponentModel.Description("Specifies whether appending the node to the selection is enabled when the user click selects a node. This operation is performed when the user clicks on a node and the Shift key is down.")]
    [System.ComponentModel.DefaultValue(true)]
    public System.bool EnableAppendClickSelect {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also