'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether the listbox will act as a CheckListBox.")> Public Property CheckBoxes As System.Boolean
'Usage
Dim instance As NListBox Dim value As System.Boolean instance.CheckBoxes = value value = instance.CheckBoxes
[System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Description("Gets/sets a value indicating whether the listbox will act as a CheckListBox.")] public System.bool CheckBoxes {get; set;}