IOleInPlaceActiveObject Interface

Definition

Enables a top-level container to manipulate an in-place object. For information on the COM interface, see IOleInPlaceActiveObject.

public interface class IOleInPlaceActiveObject : Microsoft::VisualStudio::OLE::Interop::IOleWindow
public interface class IOleInPlaceActiveObject : Microsoft::VisualStudio::OLE::Interop::IOleWindow
__interface IOleInPlaceActiveObject : Microsoft::VisualStudio::OLE::Interop::IOleWindow
[System.Runtime.InteropServices.Guid("00000117-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IOleInPlaceActiveObject : Microsoft.VisualStudio.OLE.Interop.IOleWindow
[System.Runtime.InteropServices.Guid("00000117-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IOleInPlaceActiveObject : Microsoft.VisualStudio.OLE.Interop.IOleWindow
[<System.Runtime.InteropServices.Guid("00000117-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IOleInPlaceActiveObject = interface
    interface IOleWindow
[<System.Runtime.InteropServices.Guid("00000117-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IOleInPlaceActiveObject = interface
    interface IOleWindow
Public Interface IOleInPlaceActiveObject
Implements IOleWindow
Attributes
Implements

Methods

ContextSensitiveHelp(Int32)
EnableModeless(Int32)
GetWindow(IntPtr)
OnDocWindowActivate(Int32)
OnFrameWindowActivate(Int32)
ResizeBorder(RECT[], Guid, IOleInPlaceUIWindow, Int32)
ResizeBorder(RECT[], IOleInPlaceUIWindow, Int32)
TranslateAccelerator(MSG[])

Applies to