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