全国计算机等级考试二级 模拟试卷第62套(2023年11月)

共60题 | 满分80分 | 考试时间120分钟

0
已答题
60
未答题
单项选择题第 1 题 / 共 40 题每题 1 分

在Visual Basic中,如何设置一个按钮的禁用状态?

AButton1.Enabled = False
BButton1.Visible = False
CButton1.Text = "Disabled"
DButton1.Width = 0