Share via


IPropertyPage2.Activate Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Sub Activate ( _
    hWndParent As IntPtr, _
    pRect As RECT(), _
    bModal As Integer _
)
void Activate(
    IntPtr hWndParent,
    RECT[] pRect,
    int bModal
)
void Activate(
    [InAttribute] IntPtr hWndParent, 
    [InAttribute] array<RECT>^ pRect, 
    [InAttribute] int bModal
)
abstract Activate : 
        hWndParent:IntPtr * 
        pRect:RECT[] * 
        bModal:int -> unit
function Activate(
    hWndParent : IntPtr, 
    pRect : RECT[], 
    bModal : int
)

Parameters

.NET Framework Security

See Also

Reference

IPropertyPage2 Interface

Microsoft.VisualStudio.OLE.Interop Namespace