ListBoxField

ListBoxField()

Konstruktor für ListBoxField zur Verwendung im Generator.

public ListBoxField()

Siehe auch


ListBoxField(Page, Rectangle)

Erstellt ein neues ListBox-Feld.

public ListBoxField(Page page, Rectangle rect)
ParameterTypBeschreibung
pagePageSeite, auf der das Listenfeld platziert wird.
rectRectangleRechteck, in dem das Listenfeld auf der Seite platziert wird.

Siehe auch


ListBoxField(Document, Rectangle)

Konstruktor für ListBox-Feld.

public ListBoxField(Document doc, Rectangle rect)
ParameterTypBeschreibung
docDocumentDokument, zu dem dieses Feld gehören wird.
rectRectangleRechteck, in dem das Listenfeld platziert wird.

Siehe auch