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



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