IOleInPlaceObjectWindowless Interface

Definition

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.

public interface class IOleInPlaceObjectWindowless : Microsoft::VisualStudio::OLE::Interop::IOleInPlaceObject
public interface class IOleInPlaceObjectWindowless : Microsoft::VisualStudio::OLE::Interop::IOleInPlaceObject
__interface IOleInPlaceObjectWindowless : Microsoft::VisualStudio::OLE::Interop::IOleInPlaceObject
[System.Runtime.InteropServices.Guid("1C2056CC-5EF4-101B-8BC8-00AA003E3B29")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IOleInPlaceObjectWindowless : Microsoft.VisualStudio.OLE.Interop.IOleInPlaceObject
[System.Runtime.InteropServices.Guid("1C2056CC-5EF4-101B-8BC8-00AA003E3B29")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IOleInPlaceObjectWindowless : Microsoft.VisualStudio.OLE.Interop.IOleInPlaceObject
[<System.Runtime.InteropServices.Guid("1C2056CC-5EF4-101B-8BC8-00AA003E3B29")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IOleInPlaceObjectWindowless = interface
    interface IOleInPlaceObject
[<System.Runtime.InteropServices.Guid("1C2056CC-5EF4-101B-8BC8-00AA003E3B29")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IOleInPlaceObjectWindowless = interface
    interface IOleInPlaceObject
    interface IOleWindow
Public Interface IOleInPlaceObjectWindowless
Implements IOleInPlaceObject
Attributes
Implements

Methods

ContextSensitiveHelp(Int32)
GetDropTarget(IDropTarget)
GetWindow(IntPtr)
InPlaceDeactivate()
OnWindowMessage(UInt32, IntPtr, IntPtr, Int32)
ReactivateAndUndo()
SetObjectRects(RECT[], RECT[])
UIDeactivate()

Applies to