PowerTools PlusPak for Windows Forms 8.0J
CheckBoxItem コンストラクタ(String)

CheckBoxItemに表示するテキストを表します。
指定した項目テキストを使用して、CheckBoxItemクラスの新しいインスタンスを初期化します。
構文
Public Function New( _
   ByVal text As String _
)
public CheckBoxItem( 
   string text
)

パラメータ

text
CheckBoxItemに表示するテキストを表します。
解説
このバージョンのコンストラクターでは、CheckBoxItemの作成時に初期テキストを指定できます。
プラットフォーム

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

参照

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

Send Feedback