要使Print方法在Form_Load事件中起作用,要对窗体的_____属性进行设置。
举一反三
- 要使print方法在Form_Load事件中起作用,必须对窗体的()属性进行设置。 A: BackColor B: ForeColor C: AutoRedraw D: Caption
- 为了使用窗体输出,使Print方法在Form_Load事件中起作用,必须设置窗体的 属性。 A: AutoReDraw B: BackColor C: Moveable D: Caption
- 将窗体的( )属性设置为True,可使Form_Load事件中的Print方法显示结果
- 将窗体的( )属性设置为True,可使Form_Load事件中的Print方法显示结果。 A: Drawstyle B: DrawMode C: AutoRedraw D: Enabled
- 要在Form_Load事件过程中用Print方法在窗体上输出结果,应先调用窗体的()方法。