Specifies how to initially position a window.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public enum WindowInitialLocation
Visual Basic
Public Enumeration WindowInitialLocation
JScript
public enum WindowInitialLocation

Members

Member nameDescription
Manual
CenterScreen
CenterOwner
BelowObjectAlignLeft
BelowObjectAlignCenter
BelowObjectAlignRight
RightOfObjectAlignTop
RightOfObjectAlignCenter
RightOfObjectAlignBottom
AboveObjectAlignLeft
AboveObjectAlignCenter
AboveObjectAlignRight
LeftOfObjectAlignTop
LeftOfObjectAlignCenter
LeftOfObjectAlignBottom
CenterObject
MousePointLeftTop
MousePointLeftCenter
MousePointLeftBottom
MousePointCenterBottom
MousePointRightBottom
MousePointRightCenter
MousePointRightTop
MousePointCenterTop
MousePointCenter
CenterEmbeddedOwner

See Also