Pdf |
The PdfChoiceField type exposes the following members.
Name | Description | |
---|---|---|
PdfChoiceField | The base constructor for creating a new choice field |
Name | Description | |
---|---|---|
Alignment | Gets or sets a code specifying the form of justification to be used in displaying the text. | |
CommitOnSelChange | Gets or sets a flag indicating whether the new value is committed as soon as a selection is made with the pointing device. | |
DefaultSelectedItem | Get the Combobox's or Listbox's index of item selected by default. | |
Items | Gets a collection of field's items to be presented to the user. | |
SelectedItems | Gets selected items | |
Sort | Gets or sets a flag indicating whether the field’s Items should be sorted alphabetically. |
Name | Description | |
---|---|---|
ClearSelection | Clear field's selection | |
IsItemDefaultSelected | Determines that the Combobox's or Listbox's item specified by index is selected by Default | |
IsItemSelected | Determines that the Combobox's or Listbox's item specified by index is selected | |
SelectItem | Select or deselect Combobox or Listbox item |