ComponentSpace State Picker Control Reference

State Constructor

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

Overload List

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

public State(string,string);

Initializes a new instance of the State class with the specified state code and name. Also, indicate whether the state can be selected.

public State(string,string,bool);

See Also

State Class | ComponentSpace.StatePicker Namespace