The C1WindowPosition type exposes the following members.

Fields

  Name Description
Public field Static member ByDefault
Dialog window will be placed at (0, 0) of the document.
Public field Static member Manual
Position determined by the C1Window.X and C1Window.Y properties
Public field Static member OffSet
Dialog window will be aligned to top-left corner of offset element.
Public field Static member Page
Dialog window will be placed at left/top, center/top, right/top of available area of the screen according to the HorizontalAlign and VerticalAlign property values of the C1Window.
Public field Static member Parent
Center of the parent element of the dialog window.

See Also