Win32 API 日本語リファレンス
ホームUI.TabletPC › ITextInputPanel

ITextInputPanel

COM
IID6b6a65a5-6af3-46c2-b6ea-56cd1f80df71継承元IUnknown自前メソッド開始 vtbl3

メソッド 25

vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。

vtblメソッド
3HRESULT get_AttachedEditWindow(HWND* AttachedEditWindow)
4HRESULT put_AttachedEditWindow(HWND AttachedEditWindow)
5HRESULT get_CurrentInteractionMode(InteractionMode* CurrentInteractionMode)
6HRESULT get_DefaultInPlaceState(InPlaceState* State)
7HRESULT put_DefaultInPlaceState(InPlaceState State)
8HRESULT get_CurrentInPlaceState(InPlaceState* State)
9HRESULT get_DefaultInputArea(PanelInputArea* Area)
10HRESULT put_DefaultInputArea(PanelInputArea Area)
11HRESULT get_CurrentInputArea(PanelInputArea* Area)
12HRESULT get_CurrentCorrectionMode(CorrectionMode* Mode)
13HRESULT get_PreferredInPlaceDirection(InPlaceDirection* Direction)
14HRESULT put_PreferredInPlaceDirection(InPlaceDirection Direction)
15HRESULT get_ExpandPostInsertionCorrection(BOOL* Expand)
16HRESULT put_ExpandPostInsertionCorrection(BOOL Expand)
17HRESULT get_InPlaceVisibleOnFocus(BOOL* Visible)
18HRESULT put_InPlaceVisibleOnFocus(BOOL Visible)
19HRESULT get_InPlaceBoundingRectangle(RECT* BoundingRectangle)
20HRESULT get_PopUpCorrectionHeight(INT* Height)
21HRESULT get_PopDownCorrectionHeight(INT* Height)
22HRESULT CommitPendingInput()
23HRESULT SetInPlaceVisibility(BOOL Visible)
24HRESULT SetInPlacePosition(INT xPosition, INT yPosition, CorrectionPosition position)
25HRESULT SetInPlaceHoverTargetPosition(INT xPosition, INT yPosition)
26HRESULT Advise(ITextInputPanelEventSink* EventSink, DWORD EventMask)
27HRESULT Unadvise(ITextInputPanelEventSink* EventSink)