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