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

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

パラメータ

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

プロパティ値

The RibbonGroup with the specified name.
解説

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

参照

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