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

CommandIconCollectionの中で検索するCommandIcon
CommandIconCollectionに特定の値が含まれるかどうかを判定します。
構文
Public Function Contains( _
   ByVal icon As CommandIcon _
) As Boolean
public bool Contains( 
   CommandIcon icon
)

パラメータ

icon
CommandIconCollectionの中で検索するCommandIcon

戻り値の型

ObjectCommandIconCollectionの中に見つかった場合はtrue、それ以外の場合はfalse
プラットフォーム

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