Share via


IOleInPlaceObjectWindowless Interface

Enables a windowless object to process window messages and take part in drag-and-drop operations. Extends and inherits from IOleInPlaceObject. For more information, see IOleInPlaceObjectWindowless.

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

Syntax

‘선언
<GuidAttribute("1C2056CC-5EF4-101B-8BC8-00AA003E3B29")> _
<InterfaceTypeAttribute()> _
Public Interface IOleInPlaceObjectWindowless _
    Inherits IOleInPlaceObject
[GuidAttribute("1C2056CC-5EF4-101B-8BC8-00AA003E3B29")]
[InterfaceTypeAttribute()]
public interface IOleInPlaceObjectWindowless : IOleInPlaceObject

The IOleInPlaceObjectWindowless type exposes the following members.

Methods

  Name Description
Public method ContextSensitiveHelp(Int32) (Inherited from IOleInPlaceObject.)
Public method ContextSensitiveHelp(Int32)
Public method GetDropTarget
Public method GetWindow(IntPtr%) (Inherited from IOleInPlaceObject.)
Public method GetWindow(IntPtr%)
Public method InPlaceDeactivate() (Inherited from IOleInPlaceObject.)
Public method InPlaceDeactivate()
Public method OnWindowMessage
Public method ReactivateAndUndo() (Inherited from IOleInPlaceObject.)
Public method ReactivateAndUndo()
Public method SetObjectRects(array<RECT[], array<RECT[]) (Inherited from IOleInPlaceObject.)
Public method SetObjectRects(array<RECT[], array<RECT[])
Public method UIDeactivate() (Inherited from IOleInPlaceObject.)
Public method UIDeactivate()

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace