MobileForms Toolkit Documentation

KeyboardPro.ButtonCallback Delegate

Represents the callback function which can be registered to be called on certain button actions

public delegate ButtonCallbackResult KeyboardPro.ButtonCallback(
string button
);

Parameters

button
Button name as appears in the skin definition

Return Value

Returns ButtonCallbackResult value which defines if the default button click handling has to be called.

Requirements

Namespace: Resco.Controls.KeyboardPro

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

See Also

Resco.Controls.KeyboardPro Namespace