Click or drag to resize

ThemedControlHandlerTControl, TWidget, TCallbackSupportedPlatformCommands 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
public virtual IEnumerable<string> SupportedPlatformCommands { get; }

Property Value

Type: IEnumerableString
The supported platform commands.

Implements

ControlIHandlerSupportedPlatformCommands
See Also