PrintDocument for WinForms
IndexOf メソッド (RenderInputComboBoxItemCollection)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > RenderInputComboBoxItemCollection クラス : IndexOf メソッド
検索する項目。
現在のコレクション内の RenderInputComboBoxItemのインデックスを返します。
シンタックス
'宣言
 
Public Function IndexOf( _
   ByVal item As RenderInputComboBoxItem _
) As System.Integer
'使用法
 
Dim instance As RenderInputComboBoxItemCollection
Dim item As RenderInputComboBoxItem
Dim value As System.Integer
 
value = instance.IndexOf(item)
public System.int IndexOf( 
   RenderInputComboBoxItem item
)

パラメータ

item
検索する項目。

戻り値の型

指定した項目のインデックス。見つからなかった場合は -1
参照

RenderInputComboBoxItemCollection クラス
RenderInputComboBoxItemCollection メンバ