Click or drag to resize

ControlIHandlerSupportedPlatformCommands Property

Gets the supported platform commands that can be used to hook up system functions to user defined logic

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
IEnumerable<string> SupportedPlatformCommands { get; }

Property Value

Type: IEnumerableString
The supported platform commands.
Remarks
This lists all available commands that can be mapped using the MapPlatformCommand(String, Command) method of the control.
See Also