Gets or sets the ID of the command
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public string ID { get; set; }
Public Property ID As String
Get
Set
member ID : string with get, set
Property Value
Type:
StringThe command ID.
Remarks
This can be used to identify a command.
See Also