RemoveDesigner method

Stops an IHTMLEditDesigner interface from receiving further event notification from the editor.

Syntax

HRESULT retVal = object.RemoveDesigner(pIDesigner);

Parameters

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

IHTMLEditServices::RemoveDesigner returns E_INVALIDARG, if you call it on an IHTMLEditDesigner interface that has not been added previously.