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; }
Public Overridable ReadOnly Property SupportedPlatformCommands As IEnumerable(Of String)
Get
abstract SupportedPlatformCommands : IEnumerable<string> with get
override SupportedPlatformCommands : IEnumerable<string> with get
Property Value
Type:
IEnumerableStringThe supported platform commands.
Implements
ControlIHandlerSupportedPlatformCommandsSee Also