Costruttore DedFormWhereUsed (DedNetApplication, DedDocList, Boolean)
|
Costruttore utilizzato allo scopo di selezionare i file associati di un particolare documento.
ovvero per il comando OpenAssocFiles.
Namespace:
DedNet.Forms
Assembly:
DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.0.0)
Sintassi public DedFormWhereUsed(
DedNetApplication app,
DedDocList docs,
bool attach = false
)
Public Sub New (
app As DedNetApplication,
docs As DedDocList,
Optional attach As Boolean = false
)
public:
DedFormWhereUsed(
DedNetApplication^ app,
DedDocList^ docs,
bool attach = false
)
new :
app : DedNetApplication *
docs : DedDocList *
?attach : bool
(* Defaults:
let _attach = defaultArg attach false
*)
-> DedFormWhereUsed
Parametri
- app
- Tipo: DedNetDedNetApplication
Applicazione di riferimento. - docs
- Tipo: DedNet.CoreDedDocList
- attach (Optional)
- Tipo: SystemBoolean
Vedi anche