ArcObjects Library Reference (Framework)  

IPropertyPage.Move Method

[Visual Basic .NET]
Public Sub Move ( _
    ByRef pRect As tagRECT _
)
[C#]
public void Move (
    ref tagRECT pRect
);

Product Availability

Available with ArcGIS Desktop.

Description

IPropertyPage is a Microsoft interface. Please refer to MSDN for information about this interface.

See Also

IPropertyPage Interface