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

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

パラメータ

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

プロパティ値

The RibbonItem with the specified name.
解説

If an item with the specified name is not found, an System.ArgumentOutOfRangeException exception is thrown.

This method can be used to retrieve RibbonItem objects that are contained in RibbonToolBar objects, and are not direct members of the collection.

使用例
The example below shows how to get a reference to a RibbonItem using its name:
参照

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