Click or drag to resize

ThemedControlHandlerTControl, TWidget, TCallbackMapPlatformCommand Method

Specifies a command to execute for a platform-specific command

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public virtual void MapPlatformCommand(
	string systemAction,
	Command action
)

Parameters

systemAction
Type: SystemString
System action.
action
Type: Eto.FormsCommand
Action.

Implements

ControlIHandlerMapPlatformCommand(String, Command)
See Also