'Declaration
<SRCategoryAttribute("CatBehavior")> <System.ComponentModel.DefaultValueAttribute(False)> <SRDescriptionAttribute("ListBoxMultiColumnDescr")> Public Property MultiColumn As System.Boolean
'Usage
Dim instance As NFontListBox Dim value As System.Boolean instance.MultiColumn = value value = instance.MultiColumn
[SRCategory("CatBehavior")] [System.ComponentModel.DefaultValue(false)] [SRDescription("ListBoxMultiColumnDescr")] public System.bool MultiColumn {get; set;}