当文本框的( ) 属性设置为True时,在运行时文本框不能编辑。
A、Enabled
B、Locked
C、Visible
D、MultiLine
第1题:
如果想让文本框中的内容在运行时不能编辑,需将文本框的()属性设置为True。
ALocked
BMulti Line
CTab Stop
DVisible
第2题:
要使文本框不能输入文字,只能显示,可以对 属性进行设置。
A.ReadOnly
B.Locked
C.Visible
D.Enabled
E.Name
第3题:
要使命令按钮在运行时不显示,应对______属性进行设置。
A.Enabled
B.Hide
C.Visible
D.BackColor
第4题:
12、要使命令按钮在运行时不显示,应对______属性进行设置。
A.Enabled
B.Hide
C.Visible
D.BackColor
第5题:
下列关于文本框的叙述中,错误的是()。
A.Enabled属性用于设置文本框在运行时是否可用
B.Visible属性用于设置文本框在运行时是否可见
C.PasswordChar属性只能设置为*
D.Locked属性可以设置在运行时文本框中的内容是否可编辑