'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
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("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.DefaultValue(true)] public System.bool EnableToggleClickSelect {get; set;}