PopupCloseMode
Enum
Represents the modes in which the RadNotifyIcon's popup can be closed.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
[Flags]
public enum PopupCloseMode
Fields
The popup closes when it is deactivated e.g. the focus transfers to another component.
C#
Deactivate = 1
The popup can only be closed programmatically.
C#
None = 0
The popup auto closes after a set amount of time. The PopupShowDuration property controls the amount of time the popup stays open before starting to close.
C#
TimeOut = 2