Click or drag to resize
ComboBoxItemGroupMember Constructor
Initializes a new instance of the ComboBoxItemGroupMember class

Namespace: SxcDeskAppLib
Assembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntax
public ComboBoxItemGroupMember(
	string Id,
	string Val,
	bool User,
	bool UserRole,
	string Name
)

Parameters

Id
Type: SystemString
Val
Type: SystemString
User
Type: SystemBoolean
UserRole
Type: SystemBoolean
Name
Type: SystemString
See Also