ホーム › UI.TabletPC › ITextInputPanel
ITextInputPanel
COMメソッド 25
vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 3 | HRESULT get_AttachedEditWindow(HWND* AttachedEditWindow) |
| 4 | HRESULT put_AttachedEditWindow(HWND AttachedEditWindow) |
| 5 | HRESULT get_CurrentInteractionMode(InteractionMode* CurrentInteractionMode) |
| 6 | HRESULT get_DefaultInPlaceState(InPlaceState* State) |
| 7 | HRESULT put_DefaultInPlaceState(InPlaceState State) |
| 8 | HRESULT get_CurrentInPlaceState(InPlaceState* State) |
| 9 | HRESULT get_DefaultInputArea(PanelInputArea* Area) |
| 10 | HRESULT put_DefaultInputArea(PanelInputArea Area) |
| 11 | HRESULT get_CurrentInputArea(PanelInputArea* Area) |
| 12 | HRESULT get_CurrentCorrectionMode(CorrectionMode* Mode) |
| 13 | HRESULT get_PreferredInPlaceDirection(InPlaceDirection* Direction) |
| 14 | HRESULT put_PreferredInPlaceDirection(InPlaceDirection Direction) |
| 15 | HRESULT get_ExpandPostInsertionCorrection(BOOL* Expand) |
| 16 | HRESULT put_ExpandPostInsertionCorrection(BOOL Expand) |
| 17 | HRESULT get_InPlaceVisibleOnFocus(BOOL* Visible) |
| 18 | HRESULT put_InPlaceVisibleOnFocus(BOOL Visible) |
| 19 | HRESULT get_InPlaceBoundingRectangle(RECT* BoundingRectangle) |
| 20 | HRESULT get_PopUpCorrectionHeight(INT* Height) |
| 21 | HRESULT get_PopDownCorrectionHeight(INT* Height) |
| 22 | HRESULT CommitPendingInput() |
| 23 | HRESULT SetInPlaceVisibility(BOOL Visible) |
| 24 | HRESULT SetInPlacePosition(INT xPosition, INT yPosition, CorrectionPosition position) |
| 25 | HRESULT SetInPlaceHoverTargetPosition(INT xPosition, INT yPosition) |
| 26 | HRESULT Advise(ITextInputPanelEventSink* EventSink, DWORD EventMask) |
| 27 | HRESULT Unadvise(ITextInputPanelEventSink* EventSink) |