ComponentOne SiteMap for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor Namespace / C1RibbonButtonCollection Class / Item Property / Item(String) Property
The specified name.

In This Topic
    Item(String) Property
    In This Topic
    Gets the button by the name of the button.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal name As System.String _
    ) As C1RibbonButton
    public C1RibbonButton Item( 
       System.string name
    ) {get;}

    Parameters

    name
    The specified name.

    Property Value

    Returns the specified button by the name.
    See Also