Metodo QsUIVisMsg(IWin32Window, ListException, Boolean)
|
Visualizza la finestra di dialogo per le liste di eccezioni.
Rende visibile l'opzione "Non mostrare più".
Namespace: QsUIAssembly: QsUI (in QsUI.dll) Versione: 26.4.0.0 (26.4.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 IWin32Window
- Parent Form.
- exList ListException
-
- notShowAgain Boolean
- Indica se alla chiusura del dialogo la checkbox "non mostrare più" è stata spuntata o meno.
Vedi anche