'Declaration
<SRCategoryAttribute("CatBehavior")> <System.ComponentModel.DefaultValueAttribute(True)> <SRDescriptionAttribute("ListBoxUseTabStopsDescr")> Public Property UseTabStops As System.Boolean
'Usage
Dim instance As NComboBoxList Dim value As System.Boolean instance.UseTabStops = value value = instance.UseTabStops
[SRCategory("CatBehavior")] [System.ComponentModel.DefaultValue(true)] [SRDescription("ListBoxUseTabStopsDescr")] public System.bool UseTabStops {get; set;}