ComponentOne FinancialChart for WPF
Show(String,String) Method



C1.WPF Namespace > C1MessageBox Class > Show Method : Show(String,String) Method
The text to display as a message.
The title bar caption.
Displays a message box that has a message and title bar caption.
Syntax
'Declaration
 
Public Overloads Shared Sub Show( _
   ByVal message As String, _
   ByVal caption As String _
) 
'Usage
 
Dim message As String
Dim caption As String
 
C1MessageBox.Show(message, caption)
public static void Show( 
   string message,
   string caption
)
public:
static void Show( 
   String^ message,
   String^ caption
) 

Parameters

message
The text to display as a message.
caption
The title bar caption.
See Also

Reference

C1MessageBox Class
C1MessageBox Members
Overload List