ComponentOne Tabs for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.Base Namespace / UIElement Class / UIElement Constructor / UIElement Constructor(HtmlTextWriterTag)
The tag key of the ribbon button.

In This Topic
    UIElement Constructor(HtmlTextWriterTag)
    In This Topic
    UIElement constructor
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal tag As System.Web.UI.HtmlTextWriterTag _
    )
    public UIElement( 
       System.Web.UI.HtmlTextWriterTag tag
    )

    Parameters

    tag
    The tag key of the ribbon button.
    See Also