'Declaration
<SRCategoryAttribute("CatBehavior")> <System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.LocalizableAttribute(True)> <SRDescriptionAttribute("ListBoxHorizontalScrollbarDescr")> Public Property HorizontalScrollbar As System.Boolean
'Usage
Dim instance As NListBox Dim value As System.Boolean instance.HorizontalScrollbar = value value = instance.HorizontalScrollbar
[SRCategory("CatBehavior")] [System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Localizable(true)] [SRDescription("ListBoxHorizontalScrollbarDescr")] public System.bool HorizontalScrollbar {get; set;}