Costruttore DedBomEditFormCommandBase
|
Csotruttore command base
Namespace:
DedNet.Commands
Assembly:
DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.0.0)
Sintassi protected DedBomEditFormCommandBase(
DedNetApplication app,
string name,
string prompt,
string tooltip,
string imagePath
)
Protected Sub New (
app As DedNetApplication,
name As String,
prompt As String,
tooltip As String,
imagePath As String
)
protected:
DedBomEditFormCommandBase(
DedNetApplication^ app,
String^ name,
String^ prompt,
String^ tooltip,
String^ imagePath
)
new :
app : DedNetApplication *
name : string *
prompt : string *
tooltip : string *
imagePath : string -> DedBomEditFormCommandBase
Parametri
- app
- Tipo: DedNetDedNetApplication
- name
- Tipo: SystemString
- prompt
- Tipo: SystemString
- tooltip
- Tipo: SystemString
- imagePath
- Tipo: SystemString
Vedi anche