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


EnableAppendClickSelect Property
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
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