Class PopupCloseMode
Represents the modes in which the RadNotifyIcon's popup can be closed.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public sealed class PopupCloseMode : Enum
Fields
Deactivate
The popup closes when it is deactivated e.g. the focus transfers to another component.
Declaration
public const PopupCloseMode Deactivate
Field Value
PopupCloseMode
|
None
The popup can only be closed programmatically.
Declaration
public const PopupCloseMode None
Field Value
PopupCloseMode
|
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.
Declaration
public const PopupCloseMode TimeOut
Field Value
PopupCloseMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|