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

取得するサイドボタンの名前。
コレクション内の指定した名前を持つサイドボタンを取得または設定します。
構文
Public Overloads Property Item( _
   ByVal name As String _
) As SideButtonBase
public SideButtonBase Item( 
   string name
) {get; set;}

パラメータ

name
取得するサイドボタンの名前。

プロパティ値

コレクション内の指定した名前を持つサイドボタンを表すSideButtonBase
例外
例外解説
System.ArgumentException

指定された名前がnull 参照 (Visual Basicでは Nothing)またはString.Emptyです。

または

nameで表される項目がこのコレクションに存在していません。

System.InvalidOperationException設定するvalueはすでに別のピッカーコントロールに属しているか、このコレクションにすでに存在しています。
プラットフォーム

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 メンバ
オーバーロード一覧

Send Feedback