C1.WPF.Pdf.4 Assembly > C1.WPF.Pdf Namespace : PdfListBox Class |
The following tables list the members exposed by PdfListBox.
Name | Description | |
---|---|---|
PdfListBox Constructor | Initializes a new instance of the PdfListBox class. |
Name | Description | |
---|---|---|
BackColor | Gets or sets the background color of the current PdfFieldBase. (Inherited from C1.WPF.Pdf.PdfFieldBase) | |
BorderColor | Gets or sets the color of the border around the current PdfFieldBase. (Inherited from C1.WPF.Pdf.PdfFieldBase) | |
BorderStyle | Gets or sets the style of the border around the current PdfFieldBase. (Inherited from C1.WPF.Pdf.PdfFieldBase) | |
BorderWidth | Gets or sets the width of the border around the current PdfFieldBase. (Inherited from C1.WPF.Pdf.PdfFieldBase) | |
DefaultText | Gets or sets the default text value of the current combo or list. (Inherited from C1.WPF.Pdf.PdfComboListBase) | |
DefaultValue | Gets or sets the default value of the current PdfFieldBase. (Inherited from C1.WPF.Pdf.PdfComboListBase) | |
Font | Gets or sets the Font of the current PdfFieldBase. (Inherited from C1.WPF.Pdf.PdfFieldBase) | |
ForeColor | Gets or sets the foreground (text) color of the current PdfFieldBase. (Inherited from C1.WPF.Pdf.PdfFieldBase) | |
IsMultiselect | Gets or sets a value indicating wther multiple items can be selected in the current PdfListBox. | |
IsReadOnly | Gets or sets a value indicating whether the current PdfFieldBase represents a read-only field. (Inherited from C1.WPF.Pdf.PdfFieldBase) | |
IsRequired | Gets or sets a value indicating whether the current PdfFieldBase represents a required field. (Inherited from C1.WPF.Pdf.PdfFieldBase) | |
IsSpellCheck | Gets or sets a value indicating whether the current PdfTextFieldBase should be spell-checked. (Inherited from C1.WPF.Pdf.PdfTextFieldBase) | |
Items | Gets a List representing the collection of items contained in the current combo or list.
Values are strings representing the items. (Inherited from C1.WPF.Pdf.PdfComboListBase) | |
Name | Gets or sets the name of the current PdfFieldBase.
If the current object is a PdfRadioButton, the same name must be specified for all radio buttons in a group. (Inherited from C1.WPF.Pdf.PdfFieldBase) | |
Rotation | Gets or sets the rotation angle of the current PdfFieldBase, in degrees counter-clockwise from the X axis. (Inherited from C1.WPF.Pdf.PdfFieldBase) | |
SelectedColor | Gets the selection color for the current combo or list. (Inherited from C1.WPF.Pdf.PdfComboListBase) | |
Text | Gets or sets the text value of the current combo or list. (Inherited from C1.WPF.Pdf.PdfComboListBase) | |
ToolTip | Gets or sets the tooltip associated with the current PdfFieldBase. (Inherited from C1.WPF.Pdf.PdfFieldBase) | |
Value | Gets or sets the value of the current PdfFieldBase. (Inherited from C1.WPF.Pdf.PdfFieldBase) | |
Visibility | Gets or sets the visibility of the current PdfFieldBase. (Inherited from C1.WPF.Pdf.PdfFieldBase) |