|
|
|
IHTMLEditServices Interface |
|
IID_IHTMLEditServices |
{3050F663-98B5-11CF-BB82-00AA00BDCE0B} |
|
This interface provides methods that enable you to add or remove edit designers and control the current selection.
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IHTMLEditServices Methods |
Description |
|
AddDesigner |
Registers an IHTMLEditDesigner interface to receive event notification from the editor. |
|
RemoveDesigner |
Stops an IHTMLEditDesigner interface from receiving further event notification from the editor. |
|
GetSelectionServices |
Retrieves an ISelectionServices interface for a markup container. |
|
MoveToSelectionAnchor |
Moves a markup pointer to the location of the current selection's anchor. |
|
MoveToSelectionEnd |
Moves a markup pointer to the current selection's end. |
|
SelectRange |
Undocumented. |
|
AddDesigner |
|
FUNCTION
IHTMLEditServices_AddDesigner ( _ |
|
RemoveDesigner |
|
FUNCTION
IHTMLEditServices_RemoveDesigner ( _ |
|
GetSelectionServices |
|
FUNCTION
IHTMLEditServices_GetSelectionServices ( _ |
|
MoveToSelectionAnchor |
|
FUNCTION
IHTMLEditServices_MoveToSelectionAnchor ( _ |
|
MoveToSelectionEnd |
|
FUNCTION
IHTMLEditServices_MoveToSelectionEnd ( _ |
|
SelectRange |
|
FUNCTION
IHTMLEditServices_SelectRange ( _ |
Page last updated on Monday, 03 April 2006 19:56:53 +0200