Override this message to handle button pressed 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 ButtonPressedMessage(
	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

Forwards the message to ActiveChild or if null, to the child under MousePosition

See Also