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

C1.Win.Ribbon.6 アセンブリ > C1.Win.Ribbon 名前空間 > RibbonGroupCollection クラス > Item プロパティ : Item(String) プロパティ
指定する項目の名前を含む文字列(大文字小文字が区別されます)。
指定した ID を持つ C1.Win.C1Ribbon.RibbonGroupを取得します。
シンタックス
'宣言
 
Public Overloads ReadOnly Property Item( _
   ByVal name As String _
) As RibbonGroup
public RibbonGroup Item( 
   string name
) {get;}

パラメータ

name
指定する項目の名前を含む文字列(大文字小文字が区別されます)。

プロパティ値

指定した idを持つ C1.Win.C1Ribbon.RibbonGroup
解説

指定した idを持つ項目がコレクションに含まれていない場合、 System.ArgumentOutOfRangeException例外をスローします。

参照

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