ComboBox.Editable Property

Gets or Sets the editable state of a combo box. If set, the combo box includes an editable text box as well as a drop list; if clear, it includes only a drop list.

public bool Editable { get; set; }
Public Property Editable As Boolean

Property Value

Boolean

Licensing Info

This property is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

ComboBox
ceTe.DynamicPDF.PageElements.Forms

In this topic