'Declaration
<SRCategoryAttribute("CatBehavior")> <System.ComponentModel.DefaultValueAttribute(0)> <System.ComponentModel.LocalizableAttribute(True)> <SRDescriptionAttribute("ListBoxHorizontalExtentDescr")> Public Property HorizontalExtent As System.Integer
'Usage
Dim instance As NImageIndexListBox Dim value As System.Integer instance.HorizontalExtent = value value = instance.HorizontalExtent
[SRCategory("CatBehavior")] [System.ComponentModel.DefaultValue(0)] [System.ComponentModel.Localizable(true)] [SRDescription("ListBoxHorizontalExtentDescr")] public System.int HorizontalExtent {get; set;}