Click or drag to resize

CommandID Property

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; }

Property Value

Type: String
The command ID.
Remarks
This can be used to identify a command.
See Also