Click or drag to resize

QsLogAsyncShowMessageWarning(IWin32Window, String, MessageBoxIcon) Method

[Missing <summary> documentation for "M:QsInformatica.Utils.QsLogAsync.ShowMessageWarning(System.Windows.Forms.IWin32Window,System.String,System.Windows.Forms.MessageBoxIcon)"]


Namespace: QsInformatica.Utils
Assembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
public bool ShowMessageWarning(
	IWin32Window owner,
	string title,
	MessageBoxIcon icon
)

Parameters

owner  IWin32Window

[Missing <param name="owner"/> documentation for "M:QsInformatica.Utils.QsLogAsync.ShowMessageWarning(System.Windows.Forms.IWin32Window,System.String,System.Windows.Forms.MessageBoxIcon)"]

title  String

[Missing <param name="title"/> documentation for "M:QsInformatica.Utils.QsLogAsync.ShowMessageWarning(System.Windows.Forms.IWin32Window,System.String,System.Windows.Forms.MessageBoxIcon)"]

icon  MessageBoxIcon

[Missing <param name="icon"/> documentation for "M:QsInformatica.Utils.QsLogAsync.ShowMessageWarning(System.Windows.Forms.IWin32Window,System.String,System.Windows.Forms.MessageBoxIcon)"]

Return Value

Boolean

[Missing <returns> documentation for "M:QsInformatica.Utils.QsLogAsync.ShowMessageWarning(System.Windows.Forms.IWin32Window,System.String,System.Windows.Forms.MessageBoxIcon)"]

Implements

IQsLogShowMessageWarning(IWin32Window, String, MessageBoxIcon)
See Also