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