ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Dialog Namespace / C1Dialog Class / CloseText Property

In This Topic
    CloseText Property
    In This Topic
    Specifies the text for the close button. Note that the close text is visibly hidden when using a standard theme.
    Syntax
    'Declaration
     
    Public Property CloseText As System.String
    public System.string CloseText {get; set;}
    See Also