Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / C1StatusBar Class / GetItemByName Method

In This Topic
    GetItemByName Method (C1StatusBar)
    In This Topic
    Searches for the RibbonItem with the specified name through the whole C1StatusBar.
    Syntax
    'Declaration
     
    
    Public Function GetItemByName( _
       ByVal name As String _
    ) As Component
    public Component GetItemByName( 
       string name
    )

    Parameters

    name
    See Also