'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value whether the NListBox will have column on its left side for displaying images.")> Public Property ColumnOnLeft As System.Boolean
'Usage
Dim instance As NListBoxProperties Dim value As System.Boolean instance.ColumnOnLeft = value value = instance.ColumnOnLeft
[System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Description("Gets/sets a value whether the NListBox will have column on its left side for displaying images.")] public System.bool ColumnOnLeft {get; set;}