ComponentOne FinancialChart for WPF
Show(String,String,C1MessageBoxButton) Method



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

Parameters

message
The text to display as a message.
caption
The title bar caption.
button
A C1MessageBoxButton value that specifies which buttons to display.
See Also

Reference

C1MessageBox Class
C1MessageBox Members
Overload List