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
'Declaración
<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 | |
---|---|---|
ContextSensitiveHelp(Int32) | ||
ContextSensitiveHelp(Int32) | (Inherited from IOleInPlaceUIWindow.) | |
EnableModeless | ||
GetBorder(array<RECT[]) | ||
GetBorder(array<RECT[]) | (Inherited from IOleInPlaceUIWindow.) | |
GetWindow(IntPtr%) | ||
GetWindow(IntPtr%) | (Inherited from IOleInPlaceUIWindow.) | |
InsertMenus | ||
RemoveMenus | ||
RequestBorderSpace(array<RECT[]) | ||
RequestBorderSpace(array<RECT[]) | (Inherited from IOleInPlaceUIWindow.) | |
SetActiveObject(IOleInPlaceActiveObject, String) | ||
SetActiveObject(IOleInPlaceActiveObject, String) | (Inherited from IOleInPlaceUIWindow.) | |
SetBorderSpace(array<RECT[]) | ||
SetBorderSpace(array<RECT[]) | (Inherited from IOleInPlaceUIWindow.) | |
SetMenu | ||
SetStatusText | ||
TranslateAccelerator |
Top