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

CheckBoxItemに表示するテキストを表します。
CheckBoxItemがオンの状態かどうかを示します。
指定した項目テキストとチェック状態を使用して、CheckBoxItemクラスの新しいインスタンスを初期化します。
構文
Public Function New( _
   ByVal text As String, _
   ByVal isChecked As Boolean _
)
public CheckBoxItem( 
   string text,
   bool isChecked
)

パラメータ

text
CheckBoxItemに表示するテキストを表します。
isChecked
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