MoveToSelectionEnd method
Moves a markup pointer to the current selection end.
Syntax
HRESULT retVal = object.MoveToSelectionEnd(pIEndAnchor);
Parameters
- pIEndAnchor [in]
-
Type: IMarkupPointer
A pointer to an IMarkupPointer 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.
Show: