ListBoxField.ListBoxField

ListBoxField()

Constructor for ListBoxField to be used in Generator.

public ListBoxField()

See Also


ListBoxField(Page, Rectangle)

Creates new ListBox field.

public ListBoxField(Page page, Rectangle rect)
ParameterTypeDescription
pagePagePage where list box will be placed.
rectRectangleRectangle where list box will be placed on the page.

See Also


ListBoxField(Document, Rectangle)

Constructor for ListBox field.

public ListBoxField(Document doc, Rectangle rect)
ParameterTypeDescription
docDocumentDocument to which this field will belong.
rectRectangleRectangle where list box will be placed.

See Also