ComponentSpace State Picker Control Reference

State Constructor (String, String, Boolean)

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

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

Parameters

code
The state code.
name
The name of the state.
selectable
true if the state can be selected; false if the state cannot be selected.

See Also

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