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



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