IOleInPlaceFrame 接口

控件容器顶部框架,包括菜单、键盘响应和对话框。 有关更多信息,请参见 IOleInPlaceFrame

命名空间:  Microsoft.VisualStudio.OLE.Interop
程序集:  Microsoft.VisualStudio.OLE.Interop(在 Microsoft.VisualStudio.OLE.Interop.dll 中)

语法

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

IOleInPlaceFrame 类型公开以下成员。

方法

  名称 说明
公共方法 ContextSensitiveHelp(Int32)
公共方法 ContextSensitiveHelp(Int32) (继承自 IOleInPlaceUIWindow。)
公共方法 EnableModeless
公共方法 GetBorder(array<RECT[])
公共方法 GetBorder(array<RECT[]) (继承自 IOleInPlaceUIWindow。)
公共方法 GetWindow(IntPtr%)
公共方法 GetWindow(IntPtr%) (继承自 IOleInPlaceUIWindow。)
公共方法 InsertMenus
公共方法 RemoveMenus
公共方法 RequestBorderSpace(array<RECT[])
公共方法 RequestBorderSpace(array<RECT[]) (继承自 IOleInPlaceUIWindow。)
公共方法 SetActiveObject(IOleInPlaceActiveObject, String)
公共方法 SetActiveObject(IOleInPlaceActiveObject, String) (继承自 IOleInPlaceUIWindow。)
公共方法 SetBorderSpace(array<RECT[])
公共方法 SetBorderSpace(array<RECT[]) (继承自 IOleInPlaceUIWindow。)
公共方法 SetMenu
公共方法 SetStatusText
公共方法 TranslateAccelerator

页首

请参见

参考

Microsoft.VisualStudio.OLE.Interop 命名空间