ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1MessageBoxContent Class / OKText Property



In This Topic
    OKText Property
    In This Topic
    Gets or sets the text displayed in the OK button.
    Syntax
    'Declaration
     
    
    Public Property OKText As String
    'Usage
     
    
    Dim instance As C1MessageBoxContent
    Dim value As String
     
    instance.OKText = value
     
    value = instance.OKText
    public string OKText {get; set;}
    public:
    property String^ OKText {
       String^ get();
       void set (    String^ value);
    }
    See Also