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