SettingsPage.Move Method

Repositions and resizes the property page dialog box according to the contents of the RECT structure.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Overridable Sub Move ( _
    arrRect As RECT() _
)
'使用
Dim instance As SettingsPage
Dim arrRect As RECT()

instance.Move(arrRect)
public virtual void Move(
    RECT[] arrRect
)
public:
virtual void Move(
    array<RECT>^ arrRect
)
public function Move(
    arrRect : RECT[]
)

Parameters

  • arrRect
    Type: []

    An array of RECT structures with the position information.

Implements

IPropertyPage.Move([])

Remarks

Calls to this method must occur after a call to Activate and before a corresponding call to [M:Microsoft.VisualStudio.OLE.Interop.IPropertyPage.Deactivate()].

Permissions

See Also

Reference

SettingsPage Class

SettingsPage Members

Microsoft.VisualStudio.Package Namespace