Disable shortcut keys of PDFViewCtrl

Can I disable the shortcut keys of the PDFViewCtrl?
And Can I also the mouse cursor of it?

In .NET you could override OnKeyDown/OnKeyPress to implement your own
shortcusts or to disable built-in shortcuts.
In C/C++ you would provide your own key_down/up even handler in
PDFViewCtrl.