ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Dialog Namespace / DialogCaptionButton Class / DialogCaptionButton Constructor / DialogCaptionButton Constructor(String,String)
An css class of the button
An css class of the toggle icon of button

In This Topic
    DialogCaptionButton Constructor(String,String)
    In This Topic
    Initializes a new instance of the DialogCaptionButton class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal iconClassOn As System.String, _
       ByVal iconClassOff As System.String _
    )
    public DialogCaptionButton( 
       System.string iconClassOn,
       System.string iconClassOff
    )

    Parameters

    iconClassOn
    An css class of the button
    iconClassOff
    An css class of the toggle icon of button
    See Also