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

取得する RadioButtonItem オブジェクトの名前を示す文字列値。
指定した名前によって要素を取得します。
構文
Public Overloads ReadOnly Property Item( _
   ByVal name As String _
) As RadioButtonItem
public RadioButtonItem Item( 
   string name
) {get;}

パラメータ

name
取得する RadioButtonItem オブジェクトの名前を示す文字列値。

プロパティ値

指定した名前によって見つかった要素を示す RadioButtonItem オブジェクト。
解説
name が空の文字列であるか、コレクションに存在しない場合は、null 参照 (Visual Basicでは Nothing) を返します。
プラットフォーム

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

参照

RadioButtonItemCollection クラス
RadioButtonItemCollection メンバ
オーバーロード一覧

Send Feedback