单项选择题
A.Private sub Text1_Click()End subB.Private sub Text1_Change()End subC.Private sub Text1_DClick()End subD.Private sub Text1_Load()End sub
在VB中,要使文本框中的内容能够多行显示,应使用()属性。A.CaptionB.TextC.MultiLine...
单项选择题在VB中,要使文本框中的内容能够多行显示,应使用()属性。
A.CaptionB.TextC.MultiLineD.MaxLength
要设置标签控件字体的大小,应设置其()属性。A.HeightB.WidthC.CaptionD.Font
单项选择题要设置标签控件字体的大小,应设置其()属性。
A.HeightB.WidthC.CaptionD.Font
要修改标签(Label)对象上的背景色需要设置下列哪个属性?()A.ForecolorB.FontC.Back...
单项选择题要修改标签(Label)对象上的背景色需要设置下列哪个属性?()
A.ForecolorB.FontC.BackcolorD.caption