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