[]
        
(Showing Draft Content)

C1.Pdf.PdfComboListBase

PdfComboListBase Class

The abstract base class for PdfComboBox and PdfListBox types.

Namespace: C1.Pdf
Assembly: C1.Pdf.dll
Syntax
public abstract class PdfComboListBase : PdfTextFieldBase

Constructors

Name Description
PdfComboListBase()

Initializes a new instance of the PdfComboListBase class.

Properties

Name Description
DefaultText

Gets or sets the default text value of the current combo or list.

DefaultValue

Gets or sets the default value of the current PdfFieldBase.

Items

Gets a List<T> representing the collection of items contained in the current combo or list.

Values are strings representing the items.

SelectedColor

Gets the selection color for the current combo or list.

Text

Gets or sets the text value of the current combo or list.