PowerTools PlusPak for Windows Forms 8.0J
Item(Int32) プロパティ

int値はこのコレクションに含まれるコマンドアイコンの特定のインデックスを示します。
このコレクションの特定のインデックスにある特定のコマンドアイコンを取得または設定します。
構文
Public Overloads Property Item( _
   ByVal index As Integer _
) As CommandIcon
public CommandIcon Item( 
   int index
) {get; set;}

パラメータ

index
int値はこのコレクションに含まれるコマンドアイコンの特定のインデックスを示します。

プロパティ値

CommandIconオブジェクト。
例外
例外解説
System.ArgumentOutOfRangeExceptionindexは0〜this.Count - 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