|
|
|
IHTMLEditServices2 Interface |
|
IID_IHTMLEditServices2 |
{3050F812-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. |
|
IHTMLEditServices2 Methods |
Description |
|
MoveToSelectionAnchorEx |
Moves a display pointer to the location of the current selection's anchor. |
|
MoveToSelectionEndEx |
Moves a display pointer to the current selection's end. |
|
FreezeVirtualCaretPos |
Anchors the virtual caret's position at the current position of the real caret or virtual caret. |
|
UnFreezeVirtualCaretPos |
Restores control of the virtual caret position to the MSHTML Editor after a previous call to IHTMLEditServices2::FreezeVirtualCaretPos. |
|
AddDesigner |
|
FUNCTION
IHTMLEditServices2_AddDesigner ( _ |
|
RemoveDesigner |
|
FUNCTION
IHTMLEditServices2_RemoveDesigner ( _ |
|
GetSelectionServices |
|
FUNCTION
IHTMLEditServices2_GetSelectionServices ( _ |
|
MoveToSelectionAnchor |
|
FUNCTION
IHTMLEditServices2_MoveToSelectionAnchor ( _ |
|
MoveToSelectionEnd |
|
FUNCTION
IHTMLEditServices2_MoveToSelectionEnd ( _ |
|
SelectRange |
|
FUNCTION
IHTMLEditServices2_SelectRange ( _ |
|
MoveToSelectionAnchorEx |
|
FUNCTION
IHTMLEditServices2_MoveToSelectionAnchorEx ( _ |
|
MoveToSelectionEndEx |
|
FUNCTION
IHTMLEditServices2_MoveToSelectionEndEx ( _ |
|
FreezeVirtualCaretPos |
|
FUNCTION
IHTMLEditServices2_FreezeVirtualCaretPos ( _ |
|
UnFreezeVirtualCaretPos |
|
FUNCTION
IHTMLEditServices2_UnFreezeVirtualCaretPos ( _ |
Page last updated on Monday, 03 April 2006 19:57:02 +0200