A Sandcastle Documented Class Library
IQsLogShowMessageWarning Method (IWin32Window, String, 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)
Syntax
bool ShowMessageWarning( IWin32Window Owner, string Title, MessageBoxIcon Icon )
Function ShowMessageWarning ( Owner As IWin32Window, Title As String, Icon As MessageBoxIcon ) As Boolean
bool ShowMessageWarning( IWin32Window^ Owner, String^ Title, MessageBoxIcon Icon )
abstract ShowMessageWarning : Owner : IWin32Window * Title : string * Icon : MessageBoxIcon -> bool
Parameters
- Owner
- Type: System.Windows.FormsIWin32Window
IWin32Window Finestra genitore. Può essere null (Nothing in Visual Basic). - Title
- Type: SystemString
Titolo del MessageBox (di default è "QS Informatica"). - 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