PowerTools PlusPak for Windows Forms 8.0J
IndexOf(Keys) メソッド

コレクション内で検索するキー
ShortcutCollectionコレクション内の特定のキーまたはオブジェクトから項目のインデックスを返します。
構文
Public Overloads Function IndexOf( _
   ByVal key As Keys _
) As Integer
public int IndexOf( 
   Keys key
)

パラメータ

key
コレクション内で検索するキー

戻り値の型

見つかった場合はShortcutCollection内の項目のインデックス、見つからなかった場合は -1
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

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

Send Feedback