See Also

ListBox 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 SetBorderLineWidthMethod represents setting the width of the border for the list box.

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 item in the item list. If not the last item will be the default choice.
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 form field.
Public Property IDGets or sets the ID of the form field.
Public Property MappingNameGets or sets the mapping name of the form field.
Public Property MultiselectGets or sets the multiselect flag status of list box. If set, more than one of the field??s option items may be selected simultaneously. If clear, no more than one item at a time may be selected.
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 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 form 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 for the 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

ListBox Overview

 

 


© Copyright 2007, ceTe Software