A Sandcastle Documented Class Library
SetCheckBoxListChecked メソッド (clist, vlist)
名前空間CFW.AspxCommonUIHelperSetCheckBoxListChecked(CheckBoxList, List<(Of <(Int32>)>))
チェックボックスリストに対して選択状態を設定する
宣言の構文
C#Visual BasicVisual C++
public static void SetCheckBoxListChecked(
	CheckBoxList clist,
	List<int> vlist
)
Public Shared Sub SetCheckBoxListChecked ( _
	clist As CheckBoxList, _
	vlist As List(Of Integer) _
)
public:
static void SetCheckBoxListChecked(
	CheckBoxList^ clist, 
	List<int>^ vlist
)
パラメータ
clist (CheckBoxList)
チェックボックスリストサーバーコントロール
vlist (List<(Of <(Int32>)>))
値のリスト

アセンブリ: CFW.common.AspxCommon (モジュール: CFW.common.AspxCommon) バージョン: 1.2.0.1 (1.2.0.1)