Share

DockableWindow.Move Method

Parent Object: DockableWindow

Description

Method that repositions and resizes the window. If the window is docked, calling this method automatically undocks the window and honors the input values.

Syntax

DockableWindow.Move( Top As Long, Left As Long, Height As Long, Width As Long )

Parameters

Name Type Description
Top Long Input Long that specifies the distance between the top of the screen and top of the window.
Left Long Input Long that specifies the distance between the left edge of the screen and left edge of the window.
Height Long Input Long that specifies the height of the window.
Width Long Input Long that specifies the width of the window.

Version

Introduced in version 2011

Was this information helpful?