TrayIndicator Class |
Namespace: Eto.Forms
The TrayIndicator type exposes the following members.
Name | Description | |
---|---|---|
![]() | TrayIndicator | Initializes a new instance of the TrayIndicator class |
Name | Description | |
---|---|---|
![]() | Icon | Obsolete.
Gets or sets the icon for the TrayIndicator.
|
![]() | Image |
Gets or sets the image to display in the tray
|
![]() | Menu |
Gets or sets the menu shown when the user clicks on the tray icon.
|
![]() | Title |
Gets or sets the title/tooltip for the TrayIndicator.
|
![]() | Visible |
Gets or sets a value indicating whether this TrayIndicator is visible.
|
Name | Description | |
---|---|---|
![]() | GetCallback |
Gets an instance of an object used to perform callbacks to the widget from handler implementations.
(Overrides WidgetGetCallback.) |
![]() | Hide |
Hide this instance of TrayIndicator.
|
![]() | OnActivated |
Raises the Activated event.
|
![]() | SetMenu | Obsolete.
Sets the indicator menu.
|
![]() | Show |
Show this instance of TrayIndicator.
|
Name | Description | |
---|---|---|
![]() ![]() | ActivatedEvent |
Event identifier for handlers when attaching the Activated event.
|