Metodo DedNetApplicationShowMainForm
|
Mostra la Ricerca filtrata tramite i parametri passati.
Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 29.0.0
Sintassipublic void ShowMainForm(
DedType type,
Dictionary<string, Object> attrValues,
bool topMost
)
Public Sub ShowMainForm (
type As DedType,
attrValues As Dictionary(Of String, Object),
topMost As Boolean
)
public:
void ShowMainForm(
DedType^ type,
Dictionary<String^, Object^>^ attrValues,
bool topMost
)
member ShowMainForm :
type : DedType *
attrValues : Dictionary<string, Object> *
topMost : bool -> unit Parametri
- type DedType
- Famiglia selezionata all'apertura.
- attrValues DictionaryString, Object
- Filtro sui valori degli attributi in apertura.
- topMost Boolean
- Indica se impostare il dialogo come TopMost.
Vedi anche