'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Specifies whether the selector tool must highlight the selection targets, when it performs regional selection")> <System.ComponentModel.DefaultValueAttribute(True)> Public Property HighlightRegionTargets As System.Boolean
'Usage
Dim instance As NLibrarySelectorTool Dim value As System.Boolean instance.HighlightRegionTargets = value value = instance.HighlightRegionTargets
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Specifies whether the selector tool must highlight the selection targets, when it performs regional selection")] [System.ComponentModel.DefaultValue(true)] public System.bool HighlightRegionTargets {get; set;}