Ribbon for WinForms
Item(String) プロパティ

C1.Win.Ribbon.4.5.2 アセンブリ > C1.Win.Ribbon 名前空間 > RibbonTabGroupCollection クラス > Item プロパティ : Item(String) プロパティ
String containing the name of the tab group to locate (case-sensitive).
Gets the RibbonContextualTabGroup with the specified name.
シンタックス
'宣言
 
Public Overloads ReadOnly Property Item( _
   ByVal name As String _
) As RibbonContextualTabGroup
public RibbonContextualTabGroup Item( 
   string name
) {get;}

パラメータ

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

プロパティ値

The RibbonContextualTabGroup with the specified name.
解説

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

参照

RibbonTabGroupCollection クラス
RibbonTabGroupCollection メンバ
オーバーロード一覧