ホーム › UI.TabletPC › IMathInputControl
IMathInputControl
COMIDispatch (デュアル)✅ IDispatch を実装(デュアルインターフェース)。HSP では
comobj 経由でメソッド名による遅延バインド呼び出しができます(vtableインデックス不要)。メソッド 17
vtbl = vtable インデックス(0始まり)。IDispatch 実装のため HSP ではメソッド名でも呼べます(上記)。低レベルの index 呼び出し用に vtbl も掲載。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 7 | HRESULT Show() |
| 8 | HRESULT Hide() |
| 9 | HRESULT IsVisible(VARIANT_BOOL* pvbShown) |
| 10 | HRESULT GetPosition(INT* Left, INT* Top, INT* Right, INT* Bottom) |
| 11 | HRESULT SetPosition(INT Left, INT Top, INT Right, INT Bottom) |
| 12 | HRESULT Clear() |
| 13 | HRESULT SetCustomPaint(INT Element, VARIANT_BOOL Paint) |
| 14 | HRESULT SetCaptionText(LPWSTR CaptionText) |
| 15 | HRESULT LoadInk(IInkDisp* Ink) |
| 16 | HRESULT SetOwnerWindow(INT_PTR OwnerWindow) |
| 17 | HRESULT EnableExtendedButtons(VARIANT_BOOL Extended) |
| 18 | HRESULT GetPreviewHeight(INT* Height) |
| 19 | HRESULT SetPreviewHeight(INT Height) |
| 20 | HRESULT EnableAutoGrow(VARIANT_BOOL AutoGrow) |
| 21 | HRESULT AddFunctionName(LPWSTR FunctionName) |
| 22 | HRESULT RemoveFunctionName(LPWSTR FunctionName) |
| 23 | HRESULT GetHoverIcon(IPictureDisp** HoverImage) |