CRichEditOleCallback.DeleteObjectmethod
Sends notification that an object is about to be deleted from a rich edit control. The object is not necessarily being released when this member is called.
Syntax
FUNCTION DeleteObject (BYVAL lpoleobj AS LPOLEOBJECT) AS HRESULT
Parameters
| Name | Description | |
|---|---|---|
lpoleobj | The object that is being deleted. |
Return value
Returns S_OK.
Description
Sends notification that an object is about to be deleted from a rich edit control. The object is not necessarily being released when this member is called.
Reference
- Defined in AfxNova/CRichEditOleCallback.inc:35
- Documented in Windows/WIndows Controls/RichEdit/CRichEditOleCallback Class.md
- Topic: CRichEditOleCallback Class