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