Shows the message box.
Namespace:
RingSoft.DbMaintenance
Assembly:
RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)
public virtual Task ShowMessageBox(
string text,
string caption,
RsMessageBoxIcons icon
)
Public Overridable Function ShowMessageBox ( _
text As String, _
caption As String, _
icon As RsMessageBoxIcons _
) As Task
public:
virtual Task^ ShowMessageBox(
String^ text,
String^ caption,
RsMessageBoxIcons^ icon
)
Parameters
- text
- Type: String
The text.
- caption
- Type: String
The caption.
- icon
- Type: RsMessageBoxIcons
The icon.