为了使名称为Commandl的命令按钮右移200,应使用的语句是( )。A.Commandl.Move-200B.Commandl.Move 200C.Commandl.Left=Commandl.Left+200D.Commandl.Left=Commandl.Left.200

为了使名称为Commandl的命令按钮右移200,应使用的语句是( )。

A.Commandl.Move-200

B.Commandl.Move 200

C.Commandl.Left=Commandl.Left+200

D.Commandl.Left=Commandl.Left.200


相关考题:

为了使命令按钮(名称为Command1)右移200,应使用的语句是______。A.Command1. Move-200B.Command1. Move 200C.Command1. Left=Command1. Left+200D.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。要求在窗体视图中单击此命令按钮后,命令按钮上面的文字变为加粗,实现该操作的VBA语句是__________。

为了使命令按钮(名称为Commandl)右移200,应使用的语句是( )。A.Commandl.Move-200B.Commandl.Move200C.Commandl.Left=Commandl.Left+200D.Commandl.Left=Commandl.Left-200

窗体中有·命令按钮,名称为Commandl。要求在窗体视图中单击此命令按钮后,命令按钮上面的文字变为加粗,实现该操作的VBA语句是( )。A. Commandl.FontUnderLi he--trueB. Commandl.Fontltalic=tneC. Commandl.FontBold=trueD. Commandl.FontName=true

某窗体中有一命令按钮,名称为Commandl。要求在窗体视图中单击此命令按钮后,命令按钮上显示的文字颜色变为棕色(棕色代码为128),实现该操作的VBA语句是( )。A. Commandl.ForeColor=128B. Commandl.BackColor=128C. Commandl.DisableColor=128D. Commandl.Color=128

为了使命令按钮(名称为Command1)右移200,应使用的语句是A.Command1.Move-200B.Command1.Move200C.Command1.Left=Command1.Left+20D.Command1.Left=Command1.Left-200

为了使标签(名称为Label1)右移200,应使用的语句是:A.Label1.Move - 200B.Label1.Move 200C.Label1.Left = Label1.Left + 200D.Label1.Left = Label1.Left - 200