PdfComboBoxWidgetFieldWidget
Editable Property
|
Gets or sets a value indicating whether thisis editable.
Namespace:
Spire.Pdf.Widget
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
True if the drop down list is editable, false otherwise. Default is false.
See Also