单项选择题

已知某弹出式菜单名为“p1”,它的Visible属性为False。现在要让它在名为Form1的窗体上弹出,使用的命令是( )。

A.Popup P1
B.Form1.Popup P1
C.P1.Popup
D.Popup Form1.p1