ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1MessageBox Class / Show Method / Show(String) Method
The text to display as a message.



In This Topic
    Show(String) Method
    In This Topic
    Displays a message box that has a message.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub Show( _
       ByVal message As String _
    ) 
    'Usage
     
    
    Dim message As String
     
    C1MessageBox.Show(message)
    public static void Show( 
       string message
    )
    public:
    static void Show( 
       String^ message
    ) 

    Parameters

    message
    The text to display as a message.
    See Also