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
'Declaration
<GuidAttribute("1C2056CC-5EF4-101B-8BC8-00AA003E3B29")> _
<InterfaceTypeAttribute()> _
Public Interface IOleInPlaceObjectWindowless _
Inherits IOleInPlaceObject
[GuidAttribute("1C2056CC-5EF4-101B-8BC8-00AA003E3B29")]
[InterfaceTypeAttribute()]
public interface IOleInPlaceObjectWindowless : IOleInPlaceObject
[GuidAttribute(L"1C2056CC-5EF4-101B-8BC8-00AA003E3B29")]
[InterfaceTypeAttribute()]
public interface class IOleInPlaceObjectWindowless : IOleInPlaceObject
[<GuidAttribute("1C2056CC-5EF4-101B-8BC8-00AA003E3B29")>]
[<InterfaceTypeAttribute()>]
type IOleInPlaceObjectWindowless =
interface
interface IOleInPlaceObject
end
public interface IOleInPlaceObjectWindowless extends IOleInPlaceObject
The IOleInPlaceObjectWindowless type exposes the following members.
Methods
Name | Description | |
---|---|---|
ContextSensitiveHelp | ||
GetDropTarget | ||
GetWindow | ||
InPlaceDeactivate | ||
OnWindowMessage | ||
ReactivateAndUndo | ||
SetObjectRects | ||
UIDeactivate |
Top