ComponentOne Ribbon for WinForms
Item(String) Property

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

Parameters

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

Property Value

The RibbonGroup with the specified name.
Remarks

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

See Also

Reference

RibbonGroupCollection Class
RibbonGroupCollection Members
Overload List