MoveToSelectionEndEx method
Moves a display pointer to the current selection end.
Syntax
HRESULT retVal = object.MoveToSelectionEndEx(pIEndAnchor);
Parameters
- pIEndAnchor [in]
-
Type: IDisplayPointer
A pointer to an IDisplayPointer interface to move to the current selection end.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
See also
- Reference
- IHTMLEditServices2::MoveToSelectionAnchorEx
- IHTMLEditServices::MoveToSelectionAnchor
- IHTMLEditServices::MoveToSelectionEnd
Show: