'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value whether the tabstrip will have a drop-down button for selecting the currently active tab.")> Public Property HasDropDown As System.Boolean
'Usage
Dim instance As NTabStrip Dim value As System.Boolean instance.HasDropDown = value value = instance.HasDropDown
[System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Description("Gets/sets a value whether the tabstrip will have a drop-down button for selecting the currently active tab.")] public System.bool HasDropDown {get; set;}