PowerTools PlusPak for Windows Forms 8.0J
Contains メソッド (SideButtonCollection)

コレクション内で検索する項目。
指定したSideButtonBaseがコレクションに含まれるかどうかを示す値を取得します。
構文
Public Function Contains( _
   ByVal item As SideButtonBase _
) As Boolean
public bool Contains( 
   SideButtonBase item
)

パラメータ

item
コレクション内で検索する項目。

戻り値の型

指定したオブジェクトがコレクションに含まれる場合はtrue、それ以外の場合はfalse。
解説
Containsメソッドを使用すると、特定のサイドボタンがコレクションのメンバであるかどうかを確認できます。項目がコレクション内にあることがわかったら、IndexOfメソッドを使用して、その項目のコレクション内での位置を確認できます。
プラットフォーム

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

参照

SideButtonCollection クラス
SideButtonCollection メンバ
IndexOf メソッド

Send Feedback