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
)
Public Overridable Sub MapPlatformCommand (
systemAction As String,
action As Command
)
abstract MapPlatformCommand :
systemAction : string *
action : Command -> unit
override MapPlatformCommand :
systemAction : string *
action : Command -> unit
Parameters
- systemAction
- Type: SystemString
System action. - action
- Type: Eto.FormsCommand
Action.
Implements
ControlIHandlerMapPlatformCommand(String, Command)See Also