'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;}