Enum PopupActivationMode
Defines flags that define when a popup is being displyed.
Namespace: Simplic.Framework.Core.TaskbarNotification
Assembly: Simplic.Framework.Base.dll
Syntax
public enum PopupActivationMode
Fields
Name | Description |
---|---|
All | The item is displayed whenever a click occurs. |
DoubleClick | The item is displayed if the user double-clicks the tray icon. |
LeftClick | The item is displayed if the user clicks the tray icon with the left mouse button. |
LeftOrDoubleClick | The item is displayed if the user clicks the tray icon with the left mouse button or if a double-click is being performed. |
LeftOrRightClick | The item is displayed if the user clicks the tray icon with the left or the right mouse button. |
MiddleClick | The item is displayed if the user clicks the tray icon with the middle mouse button. |
RightClick | The item is displayed if the user clicks the tray icon with the right mouse button. |