다음을 통해 공유


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

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("00000116-0000-0000-C000-000000000046")> _
Public Interface IOleInPlaceFrame _
    Inherits IOleInPlaceUIWindow
[InterfaceTypeAttribute()]
[GuidAttribute("00000116-0000-0000-C000-000000000046")]
public interface IOleInPlaceFrame : IOleInPlaceUIWindow

The IOleInPlaceFrame type exposes the following members.

Methods

  Name Description
Public method ContextSensitiveHelp(Int32)
Public method ContextSensitiveHelp(Int32) (Inherited from IOleInPlaceUIWindow.)
Public method EnableModeless
Public method GetBorder(array<RECT[])
Public method GetBorder(array<RECT[]) (Inherited from IOleInPlaceUIWindow.)
Public method GetWindow(IntPtr%)
Public method GetWindow(IntPtr%) (Inherited from IOleInPlaceUIWindow.)
Public method InsertMenus
Public method RemoveMenus
Public method RequestBorderSpace(array<RECT[])
Public method RequestBorderSpace(array<RECT[]) (Inherited from IOleInPlaceUIWindow.)
Public method SetActiveObject(IOleInPlaceActiveObject, String)
Public method SetActiveObject(IOleInPlaceActiveObject, String) (Inherited from IOleInPlaceUIWindow.)
Public method SetBorderSpace(array<RECT[])
Public method SetBorderSpace(array<RECT[]) (Inherited from IOleInPlaceUIWindow.)
Public method SetMenu
Public method SetStatusText
Public method TranslateAccelerator

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace