com.jniwrapper.win32.ole
Interface IOleInPlaceObject
- All Superinterfaces:
- AutoDeleteParameter, IOleWindow, IUnknown
- All Known Implementing Classes:
- AbstractOleControl, IOleInPlaceObjectImpl
public interface IOleInPlaceObject
- extends IOleWindow
This interface is used for activation and deactivation of in-place objects.
- See Also:
- Microsoft
COM SDK documentation
INTERFACE_IDENTIFIER
static final java.lang.String INTERFACE_IDENTIFIER
- See Also:
- Constant Field Values
inPlaceDeactivate
void inPlaceDeactivate()
throws ComException
- Throws:
ComException
UIDeactivate
void UIDeactivate()
throws ComException
- Throws:
ComException
setObjectRects
void setObjectRects(Rect lprcPosRect,
Rect lprcClipRect)
throws ComException
- Parameters:
lprcPosRect
- [in]
lprcClipRect
- [in]
- Throws:
ComException
reactivateAndUndo
void reactivateAndUndo()
throws ComException
- Throws:
ComException