'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether the NListBox supports multiple columns.")> Public Property MultiColumn As System.Boolean
'Usage
Dim instance As NListBoxProperties Dim value As System.Boolean instance.MultiColumn = value value = instance.MultiColumn
[System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Description("Gets/sets a value indicating whether the NListBox supports multiple columns.")] public System.bool MultiColumn {get; set;}