IControlsUserInterface..::..ShowMessageBox Method
Shows the message box.
Namespace:
RingSoft.DataEntryControls.EngineAssembly: RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)
Syntax
Task ShowMessageBox( string text, string caption, RsMessageBoxIcons icon )
Function ShowMessageBox ( _ text As String, _ caption As String, _ icon As RsMessageBoxIcons _ ) As Task
Task^ ShowMessageBox( String^ text, String^ caption, RsMessageBoxIcons^ icon )
Parameters
- text
- Type: String
The text.
- caption
- Type: String
The caption.
- icon
- Type: RingSoft.DataEntryControls.Engine..::..RsMessageBoxIcons
The icon.