GrapeCity InputMan for Windows Forms 10.0J
IndexOf メソッド (SideButtonCollection)

検索するSideButtonBaseオブジェクト。
引数で指定されたSideButtonBase オブジェクトのコレクション内の0から始まるインデックスを返します。
構文
Public Function IndexOf( _
   ByVal value As SideButtonBase _
) As Integer
public int IndexOf( 
   SideButtonBase value
)

パラメータ

value
検索するSideButtonBaseオブジェクト。

戻り値の型

オブジェクトが見つかった場合は、0から始まるインデックス値を表すInt32値を返します。

オブジェクトが見つからなかった場合は、-1を返します。

参照

SideButtonCollection クラス
SideButtonCollection メンバ

 

 


© 2004 GrapeCity inc. All rights reserved.