IOleInPlaceFrame Interface

Definition

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

public interface class IOleInPlaceFrame : Microsoft::VisualStudio::OLE::Interop::IOleInPlaceUIWindow
public interface class IOleInPlaceFrame : Microsoft::VisualStudio::OLE::Interop::IOleInPlaceUIWindow
__interface IOleInPlaceFrame : Microsoft::VisualStudio::OLE::Interop::IOleInPlaceUIWindow
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("00000116-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IOleInPlaceFrame : Microsoft.VisualStudio.OLE.Interop.IOleInPlaceUIWindow
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("00000116-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IOleInPlaceFrame : Microsoft.VisualStudio.OLE.Interop.IOleInPlaceUIWindow
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("00000116-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IOleInPlaceFrame = interface
    interface IOleInPlaceUIWindow
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("00000116-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IOleInPlaceFrame = interface
    interface IOleInPlaceUIWindow
    interface IOleWindow
Public Interface IOleInPlaceFrame
Implements IOleInPlaceUIWindow
Attributes
Implements

Methods

ContextSensitiveHelp(Int32)
EnableModeless(Int32)
GetBorder(RECT[])
GetWindow(IntPtr)
InsertMenus(IntPtr, OLEMENUGROUPWIDTHS[])
RemoveMenus(IntPtr)
RequestBorderSpace(RECT[])
SetActiveObject(IOleInPlaceActiveObject, String)
SetBorderSpace(RECT[])
SetMenu(IntPtr, IntPtr, IntPtr)
SetStatusText(String)
TranslateAccelerator(MSG[], UInt16)

Applies to