| QsLogAsyncShowMessageWarning(IWin32Window, MessageBoxIcon) Method |
[Missing <summary> documentation for "M:QsInformatica.Utils.QsLogAsync.ShowMessageWarning(System.Windows.Forms.IWin32Window,System.Windows.Forms.MessageBoxIcon)"]
Namespace: QsInformatica.UtilsAssembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 27.1.0
Syntax public bool ShowMessageWarning(
IWin32Window owner,
MessageBoxIcon icon
)
Public Function ShowMessageWarning (
owner As IWin32Window,
icon As MessageBoxIcon
) As Boolean
public:
virtual bool ShowMessageWarning(
IWin32Window^ owner,
MessageBoxIcon icon
) sealed
abstract ShowMessageWarning :
owner : IWin32Window *
icon : MessageBoxIcon -> bool
override ShowMessageWarning :
owner : IWin32Window *
icon : MessageBoxIcon -> bool
Parameters
- owner IWin32Window
[Missing <param name="owner"/> documentation for "M:QsInformatica.Utils.QsLogAsync.ShowMessageWarning(System.Windows.Forms.IWin32Window,System.Windows.Forms.MessageBoxIcon)"]
- icon MessageBoxIcon
[Missing <param name="icon"/> documentation for "M:QsInformatica.Utils.QsLogAsync.ShowMessageWarning(System.Windows.Forms.IWin32Window,System.Windows.Forms.MessageBoxIcon)"]
Return Value
Boolean[Missing <returns> documentation for "M:QsInformatica.Utils.QsLogAsync.ShowMessageWarning(System.Windows.Forms.IWin32Window,System.Windows.Forms.MessageBoxIcon)"]
Implements
IQsLogShowMessageWarning(IWin32Window, MessageBoxIcon)See Also