Initializes a new instance of the SelectionFormField class.

SelectionFormField(Int)

public SelectionFormField(int emptyWidth);

SelectionFormField(String[], Int)

public SelectionFormField(string[] items, int selectedIndex);

Parameters

Parameter Description
emptyWidth Specifies the horizontal extension, in twips, of the SelectionFormField, when there is no selected item. When this parameter is set to 0, a default value is used.
items Specifies a list of items for the SelectionFormField.
selectedIndex Specifies the zero-based index of the selected item. When this parameter is -1, no item is selected.