Metodo QsUIVisMsg (IWin32Window, ListException, Boolean)
|
Visualizza la finestra di dialogo per le liste di eccezioni.
Rende visibile l'opzione "Non mostrare più".
Namespace:
QsUI
Assembly:
QsUI (in QsUI.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassi public static void VisMsg(
IWin32Window ownerForm,
List<Exception> exList,
out bool notShowAgain
)
Public Shared Sub VisMsg (
ownerForm As IWin32Window,
exList As List(Of Exception),
<OutAttribute> ByRef notShowAgain As Boolean
)
public:
static void VisMsg(
IWin32Window^ ownerForm,
List<Exception^>^ exList,
[OutAttribute] bool% notShowAgain
)
static member VisMsg :
ownerForm : IWin32Window *
exList : List<Exception> *
notShowAgain : bool byref -> unit
Parametri
- ownerForm
- Tipo: System.Windows.FormsIWin32Window
Parent Form. - exList
- Tipo: System.Collections.GenericListException
- notShowAgain
- Tipo: SystemBoolean
Indica se alla chiusura del dialogo la checkbox "non mostrare più" è stata spuntata o meno.
Vedi anche