ComboBoxItemState Constructor (String, String, String) |
Namespace: SxcDeskAppLibAssembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntaxpublic ComboBoxItemState(
string Id,
string Val,
string Name
)
Public Sub New (
Id As String,
Val As String,
Name As String
)
public:
ComboBoxItemState(
String^ Id,
String^ Val,
String^ Name
)
new :
Id : string *
Val : string *
Name : string -> ComboBoxItemState
Parameters
- Id
- Type: SystemString
- Val
- Type: SystemString
- Name
- Type: SystemString
See Also