PrintDocument for WinForms
IndexOf メソッド (RenderInputComboBoxItemCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderInputComboBoxItemCollection クラス : IndexOf メソッド
The item to search for.
Returns the index of a RenderInputComboBoxItem in the current collection.
シンタックス
'宣言
 
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
The item to search for.

戻り値の型

The index of the specified item, or -1 if none was found.
参照

RenderInputComboBoxItemCollection クラス
RenderInputComboBoxItemCollection メンバ