Initializes a new instance of the Selection
public SelectionFormField(int emptyWidth);Public Sub New(ByVal emptyWidth As Integer)public SelectionFormField(string[] items, int selectedIndex);Public Sub New(ByVal items As String(), ByVal selectedIndex As Integer)| 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. |