'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value whether the NComboBox object will have an edit portion.")> Public Property Editable As System.Boolean
'Usage
Dim instance As NComboBoxCommand Dim value As System.Boolean instance.Editable = value value = instance.Editable
[System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Description("Gets/sets a value whether the NComboBox object will have an edit portion.")] public System.bool Editable {get; set;}