要让没有显示的菜单项显示出来,应将()属性值设置为True。
A.Visible
B.Enabled
C.Moveable
D.Checked
第1题:
使不可见命令按钮显示出来,可通过将()属性设置为True来实现。
A.Cancel
B.Enabled
C.Visible
D.Value
第2题:
要让菜单项不显示出来,应将()属性值设置为False。
A.Visible
B.Enabled
C.Moveable
D.Checked
第3题:
想要在菜单项前显示选中“√”符号,可以设置该菜单项的Visible属性为True。
第4题:
要让无效的菜单项有效,应将()属性值设置为True。
A.Visible
B.Enabled
C.Moveable
D.Checked
第5题:
通过以下()的设置,可使得在向文本框中输入信息时显示“#”。
A将Text属性值设置为“#”
B将Name属性值设置为“#”
C将Passwordchar属性值设置为“#”
D将Passwordchar属性值设置为True