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

CommandIconCollectionの中で検索するCommandIcon
CommandIconCollectionに含まれる特定の項目のインデックスを判定します。
構文
Public Function IndexOf( _
   ByVal icon As CommandIcon _
) As Integer
public int IndexOf( 
   CommandIcon icon
)

パラメータ

icon
CommandIconCollectionの中で検索するCommandIcon

戻り値の型

リストに見つかった場合は値のインデックス、それ以外の場合は-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

参照

CommandIconCollection クラス
CommandIconCollection メンバ

Send Feedback