MobileForms Toolkit Documentation

ButtonCallbackResult Enumeration

Defines the result of a button callback function.

public enum ButtonCallbackResult

Members

Member Name Description
Unhandled Returned when a callback has overridden the button functionality and the default handling has not to be called.
Handled Returned when a callback has not overridden the button functionality and the default handling should be called.

Requirements

Namespace: Resco.Controls.KeyboardPro

Assembly: Resco.KeyboardPro.CF3 (in Resco.KeyboardPro.CF3.dll)

See Also

Resco.Controls.KeyboardPro Namespace