Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / ComboBoxField Class / Editable Property

In This Topic
    Editable Property
    In This Topic
    Gets or sets a value indicating whether the combo box includes an editable text box as well as a drop-down list.
    Syntax
    'Declaration
     
    Public Property Editable As System.Boolean
    public System.bool Editable {get; set;}
    See Also