SetDesktopLocation Method
[Visual Basic]
Public Sub SetDesktopLocation( _
ByVal x As Integer, _
ByVal y As Integer _
)
[C#]
public void SetDesktopLocation(
int x,
int y
);
Parameters
- x
- y
See Also
WizardForm Class
| WizardForm Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.