IInkCursorButton interface (msinkaut.h)
Represents general information about a button on a tablet pointing and selecting device.
Inheritance
The IInkCursorButton interface inherits from the IDispatch interface.
Methods
The IInkCursorButton interface has these methods.
IInkCursorButton::get_Id Gets the identifier of an object. (IInkCursorButton.get_Id) |
IInkCursorButton::get_Name Gets the name of the object. (IInkCursorButton.get_Name) |
IInkCursorButton::get_State Gets the state of a cursor button, such as whether the button is unavailable, up, or down. |
Remarks
An IInkCursor can contain zero to 32 associated buttons, and these buttons are provided to an application as IInkCursorButton objects. Examples of cursor buttons are:
- The writing end of a pen
- The inverted (or "eraser") end of a pen
- The barrel of a pen
- The button on a pen
If you define a class that implements this interface, the new class will not interact correctly with the Tablet PC application programming interfaces (APIs).
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | msinkaut.h |