PowerTools PlusPak for Windows Forms 8.0J
Add(String,Boolean) メソッド

項目に表示するテキスト。
項目に表示するチェック状態。
指定したテキストとチェック状態の初期値を使用して、GcCheckedGroupBoxコントロールの項目リストに項目を追加します。
構文
Public Overloads Sub Add( _
   ByVal text As String, _
   ByVal isChecked As Boolean _
) 
public void Add( 
   string text,
   bool isChecked
)

パラメータ

text
項目に表示するテキスト。
isChecked
項目に表示するチェック状態。
解説
このバージョンのAdd(String,Boolean)メソッドを使用すると、指定したテキストと初期のチェック状態を含む新しいCheckBoxItemを作成してGcCheckedGroupBoxコントロールに追加できます。コレクション内の特定の位置に項目を挿入するには、Insert(Int32,String,Boolean)メソッドを使用します。項目のセットを1回の操作でコレクションに追加するには、AddRangeメソッドを使用します。
プラットフォーム

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

参照

CheckBoxItemCollection クラス
CheckBoxItemCollection メンバ
オーバーロード一覧
Insert(Int32,String,Boolean) メソッド
AddRange メソッド
Insert(Int32,String,Boolean) メソッド
AddRange メソッド

Send Feedback