PositionWindow(Point) Method
In This Topic
Adjustes the window position.
Syntax
'Declaration
Public Overloads Sub PositionWindow( _
ByVal As Point _
)
public void PositionWindow(
Point
)
Parameters
- position
- A System.Drawing.Point indicates the position of the window.
See Also