Sets the location of the Form in desktop coordinates.
[Visual Basic] Public Sub SetDesktopLocation( _ ByVal x As Integer, _ ByVal y As Integer _ ) [C#] public void SetDesktopLocation( int x, int y ); [C++] public: void SetDesktopLocation( int x, int y ); [JScript] public function SetDesktopLocation( x : int, y : int );
Form Class | Form Members | System.WinForms Namespace | SetDesktopLocation | SetDesktopBounds