'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <SRDescriptionAttribute("ListControlFormattingEnabledDescr")> Public Property FormattingEnabled As System.Boolean
'Usage
Dim instance As NImageIndexListBox Dim value As System.Boolean instance.FormattingEnabled = value value = instance.FormattingEnabled
[System.ComponentModel.DefaultValue(false)] [SRDescription("ListControlFormattingEnabledDescr")] public System.bool FormattingEnabled {get; set;}