IExtender::Move method
Moves an MDIForm, form, or control.
void Move(
[in] object left,
[in] object top,
[in] object width,
[in] object height
);
-
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.
This method does not return a value.
Requirement | Value |
---|---|
DLL |
|