A Sandcastle Documented Class Library
GetCheckBoxListChecked メソッド (clist)
名前空間CFW.AspxCommonUIHelperGetCheckBoxListChecked(CheckBoxList)
チェックボックスリストの複数の選択値をリストで取得する
宣言の構文
C#Visual BasicVisual C++
public static List<int> GetCheckBoxListChecked(
	CheckBoxList clist
)
Public Shared Function GetCheckBoxListChecked ( _
	clist As CheckBoxList _
) As List(Of Integer)
public:
static List<int>^ GetCheckBoxListChecked(
	CheckBoxList^ clist
)
パラメータ
clist (CheckBoxList)
チェックボックスリストサーバーコントロール
戻り値
選択された値のリスト

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