Override this message to handle button released events internally.

Namespace: Skewworks.NETMF.Controls
Assembly: Skewworks.NETMF.Controls (in Skewworks.NETMF.Controls.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
protected override void ButtonReleasedMessage(
	int buttonId,
	ref bool handled
)

Parameters

buttonId
Type: System..::..Int32
Integer ID corresponding to the affected button
handled
Type: System..::..Boolean%
true if the event is handled. Set to true if handled.

Remarks

On button id Select or Click the button is switched back to Normal state and the Tap event is fired.

See Also