QsLog.ShowMessageWarning Method (IWin32Window, String, MessageBoxIcon)

QsInformatica.Utils

QsLogShowMessageWarning Method (IWin32Window, String, MessageBoxIcon)

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

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public bool ShowMessageWarning(
	IWin32Window Owner,
	string Title,
	MessageBoxIcon Icon
)
Public Function ShowMessageWarning ( 
	Owner As IWin32Window,
	Title As String,
	Icon As MessageBoxIcon
) As Boolean
public:
virtual bool ShowMessageWarning(
	IWin32Window^ Owner, 
	String^ Title, 
	MessageBoxIcon Icon
) sealed
abstract ShowMessageWarning : 
        Owner : IWin32Window * 
        Title : string * 
        Icon : MessageBoxIcon -> bool 
override ShowMessageWarning : 
        Owner : IWin32Window * 
        Title : string * 
        Icon : MessageBoxIcon -> bool 

Parameters

Owner
Type: System.Windows.FormsIWin32Window

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

Title
Type: SystemString

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

Icon
Type: System.Windows.FormsMessageBoxIcon

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

Return Value

Type: Boolean

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

Implements

IQsLogShowMessageWarning(IWin32Window, String, MessageBoxIcon)
See Also