Displays a message box that has a message and title bar caption.
Namespace:
C1.WPFAssembly: C1.WPF (in C1.WPF.dll)
Syntax
C# |
---|
public static void Show( string message, string caption ) |
Visual Basic |
---|
Public Shared Sub Show ( _ message As String, _ caption As String _ ) |
Parameters
- message
- Type: System..::..String
The text to display as a message.
- caption
- Type: System..::..String
The title bar caption.