Click or drag to resize

ControlTag Property

Gets or sets a user-defined object that contains data about the control

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

Property Value

Type: Object
Remarks
A common use of the tag property is to store data that is associated with the control that you can later retrieve.
See Also