Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Moves an MDIForm, form, or control.
Syntax
void Move(
[in] object left,
[in] object top,
[in] object width,
[in] object height
);
Parameters
-
left [in]
-
The left edge of the form or control.
-
top [in]
-
The top edge of the form or control.
-
width [in]
-
The width of the form or control.
-
height [in]
-
The height of the form or control.
Return value
This method does not return a value.
Requirements
| Requirement | Value |
|---|---|
| DLL |
|
See also