|
|
|
IHTMLCaret Interface |
|
IID_IHTMLCaret |
{3050F604-98B5-11CF-BB82-00AA00BDCE0B} |
|
This interface provides methods that control the insertion point (caret) in the editor.
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IHTMLCaret Methods |
Description |
|
MoveCaretToPointer |
Moves this display pointer to the specified coordinates on a page. |
|
MoveCaretToPointerEx |
Moves a display pointer to the specified position. |
|
MoveMarkupPointerToCaret |
Positions a markup pointer at the location of the display pointer to which this interface refers. |
|
MoveDisplaypointerToCaret |
Moves this display pointer to the position of another display pointer. |
|
IsVisible |
Sets the pointer gravity for the display pointer. |
|
Show |
Retrieves the pointer gravity for the display pointer. |
|
Hide |
Sets the display gravity for the display pointer. |
|
InsertText |
Retrieves the display gravity for the display pointer. |
|
ScrollIntoView |
Determines whether the display pointer has been positioned. |
|
GetLocation |
Sets the display pointer to an unpositioned state. |
|
GetCaretDirection |
Determines whether two display pointers specify the same position in the markup of an HTML document. |
|
SetCaretDirection |
Determines whether the display pointer this interface refers to is to the left of another one. |
|
MoveCaretToPoint |
|
FUNCTION
IHTMLCaret_MoveCaretToPointer ( _ |
|
MoveCaretToPointEx |
|
FUNCTION
IHTMLCaret_MoveCaretToPointerEx ( _ |
|
MoveMarkupPointerToCaret |
|
FUNCTION
IHTMLCaret_MoveMarkupPointerToCaret ( _ |
|
MoveDisplayPointerToCaret |
|
FUNCTION
IHTMLCaret_MoveDisplayPointerToCaret ( _ |
|
IsVisible |
|
FUNCTION
IHTMLCaret_IsVisible ( _ |
|
Show |
|
FUNCTION IHTMLCaret_Show
( _ |
|
Hide |
|
FUNCTION IHTMLCaret_Hide
( _ |
|
InsertText |
|
FUNCTION
IHTMLCaret_InsertText ( _
strText =
UCODE$(strText)
& $NUL |
|
ScrollIntoView |
|
FUNCTION
IHTMLCaret_ScrollIntoView ( _ |
|
GetLocation |
|
FUNCTION
IHTMLCaret_GetLocation ( _ |
|
GetCaretDirection |
|
FUNCTION
IHTMLCaret_GetCaretDirection ( _ |
|
SetCaretDirection |
|
FUNCTION
IHTMLCaret_SetCaretDirection ( _ |
Page last updated on Monday, 03 April 2006 19:55:02 +0200