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