ComponentSpace State Picker Control Reference

State Constructor (String, String)

Initializes a new instance of the State class with the specified state code and name.

[Visual Basic]
Overloads Public Sub New( _
   ByVal code As String, _
   ByVal name As String _
)
[C#]
public State(
   string code,
   string name
);

Parameters

code
The state code.
name
The name of the state.

See Also

State Class | ComponentSpace.StatePicker Namespace | State Constructor Overload List