ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonTabGroupCollection Class / Item Property / Item(String) Property
String containing the name of the tab group to locate (case-sensitive).

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

    Parameters

    name
    String containing the name of the tab group to locate (case-sensitive).

    Property Value

    The RibbonContextualTabGroup with the specified name.
    Remarks

    If the collection does not contain a tab group with the specified name, an System.ArgumentOutOfRangeException exception is thrown.

    See Also