See Also

ComboBox Overview

Public Methods

Public Method AddItemAdds the item to the list. No duplicate items are allowed.
Public Method GetItemGets the item from the items list with a given index.
Public Method IndexOfGets the index of an item.
Public Method RemoveRemoves the item from the list.
Public Method SetBorderLineWidthRepresents setting the width of the border.

Public Properties

Public Property BackgroundColorGets or sets the fill/background color of a form field.
Public Property BorderColorGets or sets the border color of a form field.
Public Property BorderStyleGets or Sets the BorderStyle.
Public Property CountGets the number of items available in the item list.
Public Property DefaultChoiceGets or sets the default choice of a choice field. The choice set should be one of the items in the item list. If not set, the last item will be the default choice.
Public Property EditableGets 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 Property ExportValueGets or sets the export value.
Public Property FontSizeGets or sets the font size for the form field.
Public Property HeightGets or sets the height for the field.
Public Property IDGets or sets the ID of the form field.
Public Property MappingNameGets or sets the ID of the form field.
Public Property NameGets or sets the name of a form field.
Public Property NoExportGets or sets the export state for the field. If set, the field will not be exported by a submit-form action.
Public Property PrintableGets or sets the form field printable on pdf. By default its true.
Public Property ReadOnlyGets or sets the read only property status of the form field.
Public Property RequiredGets or sets the value specifying the required state of a field. If set, the field must have a value at the time it is exported by a submit-form action.
Public Property RotateGets or sets the angle of a form field. Default is 0. Effective entries are 90, 180 and 270.
Public Property TextColorGets or sets the color of the text for the field.
Public Property ToolTipGets or sets an alternate field name of a form field.
Public Property VisibleGets or sets the form field visibility on the pdf. By default its true.
Public Property WidthGets or sets the width of a form field.
Public Property XGets or sets the X coordinate of a form field.
Public Property YGets or sets the Y coordinate of a form field.

See Also

ComboBox Overview

 

 


© Copyright 2007, ceTe Software