IOleInPlaceActiveObject Interface
Enables a top-level container to manipulate an in-place object. For information on the COM interface, see IOleInPlaceActiveObject.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("00000117-0000-0000-C000-000000000046")> _
Public Interface IOleInPlaceActiveObject _
Inherits IOleWindow
[InterfaceTypeAttribute()]
[GuidAttribute("00000117-0000-0000-C000-000000000046")]
public interface IOleInPlaceActiveObject : IOleWindow
[InterfaceTypeAttribute()]
[GuidAttribute(L"00000117-0000-0000-C000-000000000046")]
public interface class IOleInPlaceActiveObject : IOleWindow
[<InterfaceTypeAttribute()>]
[<GuidAttribute("00000117-0000-0000-C000-000000000046")>]
type IOleInPlaceActiveObject =
interface
interface IOleWindow
end
public interface IOleInPlaceActiveObject extends IOleWindow
The IOleInPlaceActiveObject type exposes the following members.
Methods
Name | Description | |
---|---|---|
ContextSensitiveHelp | ||
EnableModeless | ||
GetWindow | ||
OnDocWindowActivate | ||
OnFrameWindowActivate | ||
ResizeBorder | ||
TranslateAccelerator |
Top