要让无效的菜单项有效,应将()属性值设置为True。
A.Visible
B.Enabled
C.Moveable
D.Checked
第1题:
【单选题】如果要将窗体设置为透明的,则()(2 分)
A.要将FormBoderStyle属性设置为None;
B.要将Opacity属性设置为小于100%得值;
C.要将locked 属性设置为True;
D.要将 Enabled属性设置为True;
第2题:
想要在菜单项前显示选中“√”符号,可以设置该菜单项的Visible属性为True。
第3题:
10、要使CheckBox的初始状态为选中,应将CheckBox的 属性设置为true。
第4题:
定义菜单项时,为了使该菜单项呈灰色,应将其()属性设置为'off'。
A.Enable
B.Visible
C.HitTest
D.SelectionHighlight
第5题:
定义菜单项时,为了使该菜单项呈灰色,应将其Enable属性设置为()。
A.on
B.off
C.yes
D.no