IOleInPlaceUIWindow Interface

Definition

Negotiates border space on the document or frame window. For information, see IOleInPlaceUIWindow.

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

Methods

ContextSensitiveHelp(Int32)
GetBorder(RECT[])
GetWindow(IntPtr)
RequestBorderSpace(RECT[])
SetActiveObject(IOleInPlaceActiveObject, String)
SetBorderSpace(RECT[])

Applies to