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


EnableToggleClickSelect Property
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Behavior")>
<System.ComponentModel.DescriptionAttribute("Specifies whether toggling of node selection is enabled when the user click selects a node. This operation is performed when the user clicks on a node and the Ctrl key is down.")>
<System.ComponentModel.DefaultValueAttribute(True)>
Public Property EnableToggleClickSelect As System.Boolean
 
'Usage
 
Dim instance As NSelection
Dim value As System.Boolean
 
instance.EnableToggleClickSelect = value
 
value = instance.EnableToggleClickSelect
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