'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets whether disabled handles should be hidden")> <System.ComponentModel.DefaultValueAttribute(False)> Public Property HideDisabledHandles As System.Boolean
'Usage
Dim instance As NTrackersManager Dim value As System.Boolean instance.HideDisabledHandles = value value = instance.HideDisabledHandles
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets whether disabled handles should be hidden")] [System.ComponentModel.DefaultValue(false)] public System.bool HideDisabledHandles {get; set;}