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