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