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