Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1MessageBoxContent Class / CancelText Property

In This Topic
    CancelText Property (C1MessageBoxContent)
    In This Topic
    Gets or sets the text displayed in the Cancel button.
    Syntax
    'Declaration
     
    
    Public Property CancelText As String
    public string CancelText {get; set;}
    See Also