Repositions and resizes the property page dialog box according to the contents of prc. The rectangle specified by prc is treated identically to that passed to IPropertyPage::Activate.
HRESULT Move(
LPCRECT prc |
//Pointer to RECT structure |
); |
Parameters
Return Values
This method supports the standard return value E_UNEXPECTED, as well as the following:
Remarks
Calls to this method must occur after a call to IPropertyPage::Activate and before a corresponding call to IPropertyPage::Deactivate.
The page must create its dialog box with the placement and dimensions described by this rectangle, that is, origin point at (prc->left, prc->top) and dimensions of (prc->right-prc->Left, prc->bottom-prc->top).
See Also
IPropertyPage::Activate, IPropertyPage::Deactivate