Enum
RadPopupCloseReason

Defines the closing reasons for the popup.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public enum RadPopupCloseReason

Fields

AppFocusChange

Specifies that the popup was closed because another application has received the focus.

Declaration

cs-api-definition
AppFocusChange = 0

Field Value

RadPopupCloseReason

CloseCalled

Specifies that the popup was closed because ClosePopup() method had been called.

Declaration

cs-api-definition
CloseCalled = 4

Field Value

RadPopupCloseReason

Keyboard

Specifies that popup was closed because of keyboard activity, such as the ESC key being pressed.

Declaration

cs-api-definition
Keyboard = 3

Field Value

RadPopupCloseReason

Mouse

Specifies that the popup was closed because the mouse was clicked outside the popup.

Declaration

cs-api-definition
Mouse = 1

Field Value

RadPopupCloseReason

ParentClosed

Specifies that the popup was closed because its parent was closed.

Declaration

cs-api-definition
ParentClosed = 5

Field Value

RadPopupCloseReason