A.Click B.DblClick C.RightClick D.GotFocus
A.方法 B.屬性 C.事件 D.控件
A.Add Object Commandbutton AS command1 B.Command1=Addobject(“commandbutton”,“command1”) C.Myform.Addobject(“commandbutton”,“command1”) D.Myform.Addobject(“command1”,“commandbutton”)