A flag indicating if the combo box includes also an editable text box besides the drop down list.
This property is true by default
Namespace:
HiQPdf
Assembly:
HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
public bool Editable { get; set; }
Public Property Editable As Boolean
Get
Set
public:
property bool Editable {
bool get ();
void set (bool value);
}
member Editable : bool with get, set
Property Value
Type:
Boolean
Reference