Initializes a new instance of the Selection
public SelectionFormField(int emptyWidth);
public SelectionFormField(string[] items, int selectedIndex);
Parameter | Description |
---|---|
empty |
Specifies the horizontal extension, in twips, of the Selection |
items | Specifies a list of items for the Selection |
selected |
Specifies the zero-based index of the selected item. When this parameter is -1, no item is selected. |