Share via


IOleInPlaceUIWindow Interface

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

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
<GuidAttribute("00000115-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface IOleInPlaceUIWindow _
    Inherits IOleWindow
'Usage
Dim instance As IOleInPlaceUIWindow
[GuidAttribute("00000115-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface IOleInPlaceUIWindow : IOleWindow
[GuidAttribute(L"00000115-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface class IOleInPlaceUIWindow : IOleWindow
public interface IOleInPlaceUIWindow extends IOleWindow

See Also

Reference

IOleInPlaceUIWindow Members

Microsoft.VisualStudio.OLE.Interop Namespace