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