SetDesktopLocation Method
In This Topic
Syntax
'Declaration
Public Sub SetDesktopLocation( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
'Usage
Dim instance As LicenseDialog
Dim x As System.Integer
Dim y As System.Integer
instance.SetDesktopLocation(x, y)
public void SetDesktopLocation(
System.int ,
System.int
)
public procedure SetDesktopLocation(
: System.Integer;
: System.Integer
);
public function SetDesktopLocation(
: System.int,
: System.int
);
public: void SetDesktopLocation(
System.int ,
System.int
)
public:
void SetDesktopLocation(
System.int ,
System.int
)
Parameters
- x
- y
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also