ホーム › Web.MsHtml › IHTMLCaret
IHTMLCaret
COMメソッド 12
vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 3 | HRESULT MoveCaretToPointer(IDisplayPointer* pDispPointer, BOOL fScrollIntoView, CARET_DIRECTION eDir) |
| 4 | HRESULT MoveCaretToPointerEx(IDisplayPointer* pDispPointer, BOOL fVisible, BOOL fScrollIntoView, CARET_DIRECTION eDir) |
| 5 | HRESULT MoveMarkupPointerToCaret(IMarkupPointer* pIMarkupPointer) |
| 6 | HRESULT MoveDisplayPointerToCaret(IDisplayPointer* pDispPointer) |
| 7 | HRESULT IsVisible(BOOL* pIsVisible) |
| 8 | HRESULT Show(BOOL fScrollIntoView) |
| 9 | HRESULT Hide() |
| 10 | HRESULT InsertText(LPWSTR pText, INT lLen) |
| 11 | HRESULT ScrollIntoView() |
| 12 | HRESULT GetLocation(POINT* pPoint, BOOL fTranslate) |
| 13 | HRESULT GetCaretDirection(CARET_DIRECTION* peDir) |
| 14 | HRESULT SetCaretDirection(CARET_DIRECTION eDir) |