I have problem here, in my popup menu have this menu, A,B,C

I show all menu when I right click on mouse.

How do show only C menu when I right click on mouse and invisible the other?

Code:
If Button = vbRightButton Then

 PopupMenu Layer
End If