Share via


IOleInPlaceFrame Interface

Controls the container's top-level frame, including menus, keyboard responses, and dialogs. For more information, see IOleInPlaceFrame.

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

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("00000116-0000-0000-C000-000000000046")> _
Public Interface IOleInPlaceFrame _
    Inherits IOleInPlaceUIWindow
'Usage
Dim instance As IOleInPlaceFrame
[InterfaceTypeAttribute()]
[GuidAttribute("00000116-0000-0000-C000-000000000046")]
public interface IOleInPlaceFrame : IOleInPlaceUIWindow
[InterfaceTypeAttribute()]
[GuidAttribute(L"00000116-0000-0000-C000-000000000046")]
public interface class IOleInPlaceFrame : IOleInPlaceUIWindow
public interface IOleInPlaceFrame extends IOleInPlaceUIWindow

See Also

Reference

IOleInPlaceFrame Members

Microsoft.VisualStudio.OLE.Interop Namespace