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



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