How to open the menu with phab.

I’m writing a program with phab.
I linked a menu module with a PtMenuButton.I want to use a hotkey Ctrl+F
to open the menu,
but I don’t know what function or property should I use ?
thanks for your advice.

Hello
the function to call a module from your code is ApCreateModule.
And you need to create an internal link for your module as this function
takes the internal link of the module as the parameter.

“sunny-boy” <zqzou@nairc.ac.cn> wrote in message
news:a8brmv$1ia$1@inn.qnx.com

I’m writing a program with phab.
I linked a menu module with a PtMenuButton.I want to use a hotkey
Ctrl+F
to open the menu,
but I don’t know what function or property should I use ?
thanks for your advice.