Show / Hide Table of Contents

Method wnd.MoveToScreenCenter


Overload

Moves this window to the center of the screen. Ensures that entire window is in that screen.

public void MoveToScreenCenter(screen screen = default)
Parameters
screen  (screen)

Move to this screen (see screen). If default, uses screen of this window.

Exceptions
AuWndException

Remarks

Calls ShowNotMinMax(true) and MoveInScreen(default, default, screen, true). See wnd.MoveInScreen.

See Also

RECT.MoveInScreen