QsLog.ShowMessageWarning Method (String, MessageBoxIcon)

QsInformatica.Utils

QsLogShowMessageWarning Method (String, MessageBoxIcon)

[Missing <summary> documentation for "M:QsInformatica.Utils.QsLog.ShowMessageWarning(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(
	string Title,
	MessageBoxIcon Icon
)
Public Function ShowMessageWarning ( 
	Title As String,
	Icon As MessageBoxIcon
) As Boolean
public:
virtual bool ShowMessageWarning(
	String^ Title, 
	MessageBoxIcon Icon
) sealed
abstract ShowMessageWarning : 
        Title : string * 
        Icon : MessageBoxIcon -> bool 
override ShowMessageWarning : 
        Title : string * 
        Icon : MessageBoxIcon -> bool 

Parameters

Title
Type: SystemString

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

Icon
Type: System.Windows.FormsMessageBoxIcon

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

Return Value

Type: Boolean

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

Implements

IQsLogShowMessageWarning(String, MessageBoxIcon)
See Also