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