为了使命令按钮(名称为Command1)右移200,应使用的语句是( )。
A.Command1.Move -200
B.Command1.Move 200
C.Command1.Left = Command1.Left + 200
D.Command1.Left = Command1.Left - 200
为了使命令按钮(名称为Command1)右移200,应使用的语句是______。A.Command1. Move-200B.Command1. Move 200C.Command1. Left=Command1. Left+200D.Command1. Left=Command1. Left-200
点击查看答案
为了使命令按钮(名称为Commandl)右移200,应使用的语句是______。A. Commandl.Move-200B.Commandl.Move200C.Commandl.Left=Commandl.Left+200D.Commandl.Left=Commandl.Left-200
为了使命令按钮(名称为Commandl)右移200,应使用的语句是( )。A.Commandl.Move-200B.Commandl.Move200C.Commandl.Left=Commandl.Left+200D.Commandl.Left=Commandl.Left-200
为了使名称为Commandl的命令按钮右移200,应使用的语句是( )。A.Commandl.Move-200B.Commandl.Move 200C.Commandl.Left=Commandl.Left+200D.Commandl.Left=Commandl.Left.200
为了使命令按钮(名称为Command1)右移200,应使用的语句是A.Command1.Move-200B.Command1.Move200C.Command1.Left=Command1.Left+20D.Command1.Left=Command1.Left-200
下图所示的窗体上有一个命令按钮 ( 名称为 Command1 ) 和一个选项组 ( 名称为 Framel ) ,选项组上显示 “ Framel ” 文本的标签控件名称为 Labell ,若将选项组上显示文本 “ Frame1 ”改为汉字 “ 性别 ” ,应使用的语句是 【 6 】 。
窗体中有一命令按钮,名称为Command1。要求在窗体视图中单击此命令按钮后,命令按钮上面的文字变为加粗,实现该操作的VBA语句是______。