The triggers are in the code itself. The calling form's Detail Mouse_Move and the control's MouseMove.
Private Sub YourControlName_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Commandbars("yourCustomMenu").showpopup
End Sub
and with this, you don't have to worry about closing the popup.