Metodo DedNetApplicationCreateFormWhereUsed(DedDocList, Boolean)
             | 
          
        
        
            Crea e restituisce la finestra di dialogo utilizzata per il comando
            Apri File Associati.
            
        
        Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassipublic DedFormWhereUsed CreateFormWhereUsed(
	DedDocList docs,
	bool attach = false
)
Public Function CreateFormWhereUsed ( 
	docs As DedDocList,
	Optional attach As Boolean = false
) As DedFormWhereUsed
public:
DedFormWhereUsed^ CreateFormWhereUsed(
	DedDocList^ docs, 
	bool attach = false
)
member CreateFormWhereUsed : 
        docs : DedDocList * 
        ?attach : bool 
(* Defaults:
        let _attach = defaultArg attach false
*)
-> DedFormWhereUsed Parametri
- docs  DedDocList
 - Lista dei documenti del quale chiedere la selezione dei file associati.
 - attach  Boolean  (Optional)
 -  
 
Valore di ritorno
DedFormWhereUsed
Vedi anche