Gets or sets the unique key of the item.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
SyntaxReadOnly Property Key As String
	Get
abstract Key : string with get
Property Value
Type: 
StringThe key of the item.
 Remarks
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
See Also