localized string describing the tray icon. It may be used by tools like screen readers to render the tray icon.
StatusIcon.title
string title() @property nothrowGet title property.
Returns
The title of this tray icon. This should be a short, human-readable,
void title(string propval) @property nothrowSet title property.
Parameters
propval | The title of this tray icon. This should be a short, human-readable, localized string describing the tray icon. It may be used by tools like screen readers to render the tray icon. |