为了使用窗体输出,使Print方法在Form_Load事件中起作用,必须设置窗体的 属性。
A: AutoReDraw
B: BackColor
C: Moveable
D: Caption
A: AutoReDraw
B: BackColor
C: Moveable
D: Caption
举一反三
- 要使print方法在Form_Load事件中起作用,必须对窗体的()属性进行设置。 A: BackColor B: ForeColor C: AutoRedraw D: Caption
- 如果Print方法在窗体的Load事件过程中不起作用,原因是 A: AutoRedraw B: ControlBox C: Moveable D: MaxButton
- 要使Print方法在Form_Load事件中起作用,要对窗体的_____属性进行设置。
- 在窗体的Form_Load事件中输入代码 Print "Hello World!",运行程序后,窗体无显示,这是由于____属性没有设置为True。 A: Enabled B: ForeColor C: AutoRedraw D: Caption
- 将窗体的( )属性设置为True,可使Form_Load事件中的Print方法显示结果。 A: Drawstyle B: DrawMode C: AutoRedraw D: Enabled