ArcObjects Library Reference (Framework)  

IPropertyPage.Activate Method

[Visual Basic .NET]
Public Sub Activate ( _
    ByRef hWndParent As _RemotableHandle, _
    ByRef pRect As tagRECT, _
    ByVal bModal As Integer _
)
[C#]
public void Activate (
    ref _RemotableHandle hWndParent,
    ref tagRECT pRect,
    ref int bModal
);

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