Property | Type | Description | |
---|---|---|---|
SList | string[] | ||
SelectedIndex | int |
Method | Description | |
---|---|---|
StringList ( string list, int defaultSelectedIndex ) : System |
Initializes a new instance of the StringList struct.
|
public StringList ( string list, int defaultSelectedIndex ) : System | ||
list | string | /// The list. /// |
defaultSelectedIndex | int | /// The default selected index. /// |
return | System |