Constructor PopupCloseReason
PopupCloseReason(Key)
Initializes a new instance of the PopupCloseReason struct.
public PopupCloseReason(Key key)
Parameters
keyKeyThe key that caused the popup to close.
PopupCloseReason(char)
Initializes a new instance of the PopupCloseReason struct.
public PopupCloseReason(char ch)
Parameters
chcharThe character that caused the popup to close.
PopupCloseReason(CloseReason)
Initializes a new instance of the PopupCloseReason struct.
public PopupCloseReason(PopupControl.CloseReason reason)
Parameters
reasonPopupControl.CloseReasonThe reason for closing the popup.
PopupCloseReason()
Initializes a new instance of the PopupCloseReason struct.
public PopupCloseReason()