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