New to Telerik UI for WinFormsStart a free 30-day trial

Defines the closing reasons for the popup.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public enum RadPopupCloseReason

Fields

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

C#
AppFocusChange = 0

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

C#
CloseCalled = 4

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

C#
Keyboard = 3

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

C#
Mouse = 1

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

C#
ParentClosed = 5