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 _
Implements IOleInPlaceObject
Dim instance As IOleInPlaceObjectWindowless
[GuidAttribute("1C2056CC-5EF4-101B-8BC8-00AA003E3B29")]
[InterfaceTypeAttribute()]
public interface IOleInPlaceObjectWindowless : IOleInPlaceObject
[GuidAttribute(L"1C2056CC-5EF4-101B-8BC8-00AA003E3B29")]
[InterfaceTypeAttribute()]
public interface class IOleInPlaceObjectWindowless : IOleInPlaceObject
public interface IOleInPlaceObjectWindowless extends IOleInPlaceObject