Click or drag to resize

TrayIndicatorTitle Property

Gets or sets the title/tooltip for the TrayIndicator.

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

Property Value

Type: String
The title/tooltip for the TrayIndicator.
See Also