ホーム › UI.TabletPC › ITextInputPanelEventSink
ITextInputPanelEventSink
COMメソッド 12
vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 3 | HRESULT InPlaceStateChanging(InPlaceState oldInPlaceState, InPlaceState newInPlaceState) |
| 4 | HRESULT InPlaceStateChanged(InPlaceState oldInPlaceState, InPlaceState newInPlaceState) |
| 5 | HRESULT InPlaceSizeChanging(RECT oldBoundingRectangle, RECT newBoundingRectangle) |
| 6 | HRESULT InPlaceSizeChanged(RECT oldBoundingRectangle, RECT newBoundingRectangle) |
| 7 | HRESULT InputAreaChanging(PanelInputArea oldInputArea, PanelInputArea newInputArea) |
| 8 | HRESULT InputAreaChanged(PanelInputArea oldInputArea, PanelInputArea newInputArea) |
| 9 | HRESULT CorrectionModeChanging(CorrectionMode oldCorrectionMode, CorrectionMode newCorrectionMode) |
| 10 | HRESULT CorrectionModeChanged(CorrectionMode oldCorrectionMode, CorrectionMode newCorrectionMode) |
| 11 | HRESULT InPlaceVisibilityChanging(BOOL oldVisible, BOOL newVisible) |
| 12 | HRESULT InPlaceVisibilityChanged(BOOL oldVisible, BOOL newVisible) |
| 13 | HRESULT TextInserting(SAFEARRAY* Ink) |
| 14 | HRESULT TextInserted(SAFEARRAY* Ink) |