Menus and Toolbars for WinForms
IndexOfID メソッド

C1.Win.C1Command.4.8 アセンブリ > C1.Win.C1Command 名前空間 > C1NavBarButton.ButtonCollection クラス : IndexOfID メソッド
検索する ID プロパティの値。
ID プロパティの指定された値を含むコレクション内の 項目のインデックスを判定します。
シンタックス
'宣言
 
Public Function IndexOfID( _
   ByVal id As System.Integer _
) As System.Integer
public System.int IndexOfID( 
   System.int id
)

パラメータ

id
検索する ID プロパティの値。

戻り値の型

指定された ID を持つボタンのインデックス。このボタンが存在しない場合は -1。
参照

C1NavBarButton.ButtonCollection クラス
C1NavBarButton.ButtonCollection メンバ