'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether a horizontal scrollbar is displayed in the NListBox control.")> Public Property HorizontalScrollbar As System.Boolean
'Usage
Dim instance As NListBoxProperties Dim value As System.Boolean instance.HorizontalScrollbar = value value = instance.HorizontalScrollbar
[System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Description("Gets/sets a value indicating whether a horizontal scrollbar is displayed in the NListBox control.")] public System.bool HorizontalScrollbar {get; set;}