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

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