Click or drag to resize

InplaceDialogAttrs Enumeration

Attributes used with various PopupManagement feature items to specify how in-place dialogs should be handled.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum InplaceDialogAttrs
Members
  Member nameValueDescription
Center1The dialog should be centered horizontally and vertically on the screen.
CenterHigh2The dialog should be centered horizontally and positioned mid-high vertically on the screen.
NoRecenterOnResize4Do not recenter the dialog when the dialog is automatically resized to fit content.
NewIWin8Always create a new iframe window instead of replacing content in existing iframe window with same name.
See Also