ComponentOne Ribbon for WinForms
Item(String) Property

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace > RibbonTabCollection Class > Item Property : Item(String) Property
String containing the name of the tab to locate (case-sensitive).
Gets the RibbonTab with the specified name.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal name As System.String _
) As RibbonTab
public RibbonTab Item( 
   System.string name
) {get;}

Parameters

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

Property Value

The RibbonTab with the specified name.
Remarks

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

See Also

Reference

RibbonTabCollection Class
RibbonTabCollection Members
Overload List