Gets or sets the unique key of the item.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax ReadOnly Property Key As String
Get
abstract Key : string with get
Property Value
Type:
StringThe key of the item.
Remarks
The key is typically used to identify each item uniquely. If no key is specified, the
Text
is used as the key.
See Also