| IQsLogShowMessageWarning Method (IWin32Window, MessageBoxIcon) |
Visualizza un MessageBox che avverte l'utente che sono stati registrati degli errori e gli chiede
se desidera visualizzare il file di Log contenente i dettagli.
Namespace:
QsInformatica.Utils
Assembly:
QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax bool ShowMessageWarning(
IWin32Window Owner,
MessageBoxIcon Icon
)
Function ShowMessageWarning (
Owner As IWin32Window,
Icon As MessageBoxIcon
) As Boolean
bool ShowMessageWarning(
IWin32Window^ Owner,
MessageBoxIcon Icon
)
abstract ShowMessageWarning :
Owner : IWin32Window *
Icon : MessageBoxIcon -> bool
Parameters
- Owner
- Type: System.Windows.FormsIWin32Window
IWin32Window Finestra genitore. Può essere null (Nothing in Visual Basic). - Icon
- Type: System.Windows.FormsMessageBoxIcon
Tipo di icona MessageBoxIcon da visualizzare all'utente (il default è Information).
Return Value
Type:
BooleanRestituisce True se l'utente ha selezionato Sì, altrimenti False
Remarks Per modificare il messaggio di default utilizzare la proprietà WornigMessageText.
See Also