Name
Window.TopEdge -- set/get top edge of window
Function
Specify the top edge of a window. Usually, you shouldn't define a pixel value here but instead use one of the following macros:

Centered
Window appears centered on the visible area of screen.

Moused
Window appears centered under the mouse pointer.

Delta:<p>
Window appears <p> pixels below the screens title bar.

Default for this tag is Centered.

As long as your window has a window id (Window.MuiID), choosing a position is not that important. MUI will always remember a windows last position and size and these values will simply override your settings. Positioning and sizing should be completely under user control, a programmer doesn't need to worry about it.

Type
Number or predefined macro

Applicability
IG


Show TOC