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

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