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

In This Topic
    CaptionButtons Property
    In This Topic
    Specifies visibility, click event, and icon for the caption buttons on the dialog.
    Syntax
    'Declaration
     
    Public Property CaptionButtons As DialogCaptionButtons
    public DialogCaptionButtons CaptionButtons {get; set;}
    See Also