Click or drag to resize

PagePopupType Enumeration

Specifies the type of popup page.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum PagePopupType
Members
  Member nameValueDescription
None0Not a popup.
Window1The pop up is in its own browser window.
InPlace2The popup is in a platform div widget.
Lightbox3The popup is in a jQuery lightbox.
See Also