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
[InterfaceTypeAttribute()]
[GuidAttribute("00000116-0000-0000-C000-000000000046")]
public interface IOleInPlaceFrame : IOleInPlaceUIWindow
[InterfaceTypeAttribute()]
[GuidAttribute(L"00000116-0000-0000-C000-000000000046")]
public interface class IOleInPlaceFrame : IOleInPlaceUIWindow
[<InterfaceTypeAttribute()>]
[<GuidAttribute("00000116-0000-0000-C000-000000000046")>]
type IOleInPlaceFrame =  
    interface
        interface IOleInPlaceUIWindow
    end
public interface IOleInPlaceFrame extends IOleInPlaceUIWindow

The IOleInPlaceFrame type exposes the following members.

Methods

  Name Description
Public method ContextSensitiveHelp
Public method EnableModeless
Public method GetBorder
Public method GetWindow
Public method InsertMenus
Public method RemoveMenus
Public method RequestBorderSpace
Public method SetActiveObject
Public method SetBorderSpace
Public method SetMenu
Public method SetStatusText
Public method TranslateAccelerator

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace