問題詳情

28.假设某个表单中有一个复选框(CheckBox1)和一个命令按钮Command1,如果要在Command1的Click事件代码中取得复选框的值,以判断该复选框是否被用户选择,正确的表达式是
(A)This.CheckBox1.Value
(B)ThisForm.CheckBox1.Value
(C)This.CheckBox1.Selected
(D)ThisForm.CheckBox1.Selected

參考答案

答案:B
難度:適中0.5
統計:A(0),B(0),C(0),D(0),E(0)