[]
The constructor initializes a new instance of the ButtonTextCollection class.
public ButtonTextCollection()
Public Sub New()
The constructor initializes a new instance of the ButtonTextCollection class.
public ButtonTextCollection(string[] keys, string[] values)
Public Sub New(keys As String(), values As String())
Type | Name | Description |
---|---|---|
string[] | keys | A string array value indicates the key of the element. |
string[] | values | A string array value indicates the value of the element. |