public class PdfFormListBox : PdfFormField
Public Class PdfFormListBox
Inherits PdfFormField
public ref class PdfFormListBox : public PdfFormField
type PdfFormListBox =
class
inherit PdfFormField
end
PdfFormListBox | Creates a list box form field |
Action |
The action to be performed when the field is activated, for example when a button field is clicked
(Inherited from PdfFormField) |
AllowMultiSelect | Indicates if the multiple selection is allowed for this list box field. This property is false by default |
BoundingRectangle |
The field bounding rectangle in PDF page. The rectangle dimensions are expressed in points
(Inherited from PdfFormField) |
CommitOnSelectionChanged | Indicates if a new value selected is committed immediately without waiting to leave the field. This property is false by default |
DefaultValue |
The default value of the field to which the field reverts when a reset form action is executed
(Inherited from PdfFormField) |
Export |
Indicates if field is exported by a submit form action. This property is true by default
(Inherited from PdfFormField) |
Flatten |
Indicates if the field is flattened in the generated PDF document
(Inherited from PdfFormField) |
Font | The list box items font |
ListItems | The list box items |
Name |
The field name
(Inherited from PdfFormField) |
ParentForm |
The parent form
(Inherited from PdfFormField) |
ReadOnly |
Indicates if the field is read only. This property is false by default
(Inherited from PdfFormField) |
Required |
Indicates if the field should have a value at the time it is exported by a submit form action. This property is false by default
(Inherited from PdfFormField) |
SortItems | Indicates if the list items are sorted alphabetically in this list box field. This property is false by default |
SpellChecking | Indicates if the noteText entered in this field is spell checked. This property is false by default |
Style |
Gets or sets the PDF form field style
(Inherited from PdfFormField) |
ToolTip |
The field tooltip
(Inherited from PdfFormField) |
Value | The list box value |
Equals | (Inherited from Object) |
Finalize | (Inherited from Object) |
GetHashCode | (Inherited from Object) |
GetType | (Inherited from Object) |
MemberwiseClone | (Inherited from Object) |
ToString | (Inherited from Object) |