Enum PopupCloseMode
Represents the modes in which the RadNotifyIcon's popup can be closed.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
[Flags]
public enum PopupCloseMode
Deactivate
The popup closes when it is deactivated e.g. the focus transfers to another component.
None
The popup can only be closed programmatically.
TimeOut
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.