IOleInPlaceObject Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Manages the activation, deactivation, and visibility of in-place objects. For more information, see IOleInPlaceObject.
public interface class IOleInPlaceObject : Microsoft::VisualStudio::OLE::Interop::IOleWindow
public interface class IOleInPlaceObject : Microsoft::VisualStudio::OLE::Interop::IOleWindow
__interface IOleInPlaceObject : Microsoft::VisualStudio::OLE::Interop::IOleWindow
[System.Runtime.InteropServices.Guid("00000113-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IOleInPlaceObject : Microsoft.VisualStudio.OLE.Interop.IOleWindow
[System.Runtime.InteropServices.Guid("00000113-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IOleInPlaceObject : Microsoft.VisualStudio.OLE.Interop.IOleWindow
[<System.Runtime.InteropServices.Guid("00000113-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IOleInPlaceObject = interface
interface IOleWindow
[<System.Runtime.InteropServices.Guid("00000113-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IOleInPlaceObject = interface
interface IOleWindow
Public Interface IOleInPlaceObject
Implements IOleWindow
- Derived
- Attributes
- Implements
Methods
ContextSensitiveHelp(Int32) | |
GetWindow(IntPtr) | |
InPlaceDeactivate() | |
ReactivateAndUndo() | |
SetObjectRects(RECT[], RECT[]) | |
UIDeactivate() |