Applies to: desktop apps only
The IMathInputControl interface exposes methods that turn ink input into interpreted math output.
Members
The IMathInputControl interface inherits from the IUnknown interface. IMathInputControl also has these types of members:
Methods
The IMathInputControl interface has these methods.
| Method | Description |
|---|---|
| AddFunctionName |
Adds a new function-name definition to the list of custom math functions that the recognizer accepts. |
| Clear |
Clears all ink from the control. |
| EnableAutoGrow |
Determines whether the control automatically grows when input is entered beyond the control's current range. |
| EnableExtendedButtons |
Determines whether the extended set of control buttons is shown. |
| GetHoverIcon |
Retrieves the hover target icon. |
| GetPosition |
Retrieves the position and size of the control. |
| GetPreviewHeight |
Retrieves the height in pixels of the preview area. |
| Hide |
Hides the control. |
| IsVisible |
Determines whether the control is visible. |
| LoadInk |
Processes ink and triggers recognition. |
| RemoveFunctionName |
Removes a function-name definition from the list of custom math functions that the recognizer accepts. |
| SetCaptionText |
Modifies the string that will be used as the control's caption when the window is created. |
| SetCustomPaint |
Determines whether a button or background has custom painting. |
| SetOwnerWindow |
Modifies the window that owns this control. |
| SetPosition |
Modifies the location and size of the control. |
| SetPreviewHeight |
Modifies the preview-area height in pixels. |
| Show |
Shows the control. |
Send comments about this topic to Microsoft
Build date: 3/6/2012