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