MessageShowAsync(String, String, MessageImage) Method
Show message box asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public static void ShowAsync(
string text,
string caption,
MessageImage icon
)
Public Shared Sub ShowAsync (
text As String,
caption As String,
icon As MessageImage
)
Parameters
- text String
- Text to show.
- caption String
- Caption for the message box.
- icon MessageImage
- MessageImage with the icon to show in the message box.