'Declaration
<System.ComponentModel.DefaultValueAttribute(0)> <System.ComponentModel.DescriptionAttribute("Gets/sets the width by which the horizontal scrollbar of a NListBox can scroll.")> Public Property HorizontalExtent As System.Integer
'Usage
Dim instance As NListBoxProperties Dim value As System.Integer instance.HorizontalExtent = value value = instance.HorizontalExtent
[System.ComponentModel.DefaultValue(0)] [System.ComponentModel.Description("Gets/sets the width by which the horizontal scrollbar of a NListBox can scroll.")] public System.int HorizontalExtent {get; set;}