A Sandcastle Documented Class Library
![]() | 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: 22.4.2.0 (22.4.2.0)

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

Per modificare il messaggio di default utilizzare la proprietà WornigMessageText.
