Enum
PopupCloseMode

Represents the modes in which the RadNotifyIcon's popup can be closed.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
[Flags]
public enum PopupCloseMode

Fields

Deactivate

The popup closes when it is deactivated e.g. the focus transfers to another component.

Declaration

cs-api-definition
Deactivate = 1

Field Value

PopupCloseMode

None

The popup can only be closed programmatically.

Declaration

cs-api-definition
None = 0

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

cs-api-definition
TimeOut = 2

Field Value

PopupCloseMode

In this article
DefinitionFieldsDeactivateNoneTimeOut
Not finding the help you need?
Contact Support