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

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

パラメータ

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

プロパティ値

The RibbonTab with the specified name.
解説

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

参照

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