Table of Contents

Constructor PopupCloseReason

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

PopupCloseReason(Key)

Initializes a new instance of the PopupCloseReason struct.

public PopupCloseReason(Key key)

Parameters

key Key

The key that caused the popup to close.

PopupCloseReason(char)

Initializes a new instance of the PopupCloseReason struct.

public PopupCloseReason(char ch)

Parameters

ch char

The character that caused the popup to close.

PopupCloseReason(CloseReason)

Initializes a new instance of the PopupCloseReason struct.

public PopupCloseReason(PopupControl.CloseReason reason)

Parameters

reason PopupControl.CloseReason

The reason for closing the popup.

PopupCloseReason()

Initializes a new instance of the PopupCloseReason struct.

public PopupCloseReason()