Click or drag to resize

CommandTag Property

Gets or sets a user-defined tag value for this instance.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Object Tag { get; set; }

Property Value

Type: Object
The tag.
See Also