ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / C1Ribbon Class / GetItemByName Method

In This Topic
    GetItemByName Method (C1Ribbon)
    In This Topic
    Searches for the RibbonTab, RibbonGroup, or RibbonItem with the specified name through the whole C1Ribbon.
    Syntax
    'Declaration
     
    Public Function GetItemByName( _
       ByVal name As System.String _
    ) As System.ComponentModel.Component
    public System.ComponentModel.Component GetItemByName( 
       System.string name
    )

    Parameters

    name
    See Also