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

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