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 | |
---|---|---|
ContextSensitiveHelp(Int32) | (Inherited from IOleInPlaceObject.) | |
ContextSensitiveHelp(Int32) | ||
GetDropTarget | ||
GetWindow(IntPtr%) | (Inherited from IOleInPlaceObject.) | |
GetWindow(IntPtr%) | ||
InPlaceDeactivate() | (Inherited from IOleInPlaceObject.) | |
InPlaceDeactivate() | ||
OnWindowMessage | ||
ReactivateAndUndo() | (Inherited from IOleInPlaceObject.) | |
ReactivateAndUndo() | ||
SetObjectRects(array<RECT[], array<RECT[]) | (Inherited from IOleInPlaceObject.) | |
SetObjectRects(array<RECT[], array<RECT[]) | ||
UIDeactivate() | (Inherited from IOleInPlaceObject.) | |
UIDeactivate() |
Top