Registers the callback delegate function which is called each time when a certain button is pressed. It can be used for overriding the button functionality under certain context. Each callback function should be unregistered by calling UnregisterButtonCallback method when it is no longer used. Otherwise the callback will be unregistered after the parent form is closed.
KeyboardPro Class | Resco.Controls.KeyboardPro Namespace