IInkCursorButtons interface (msinkaut.h)
Represents a collection of IInkCursorButton objects for an IInkCursor interface.
Inheritance
The IInkCursorButtons interface inherits from the IUnknown interface. IInkCursorButtons also has these types of members:
Methods
The IInkCursorButtons interface has these methods.
IInkCursorButtons::get_Count Gets the number of objects or collections contained in a collection. (IInkCursorButtons.get_Count) |
IInkCursorButtons::Item Retrieves the IInkCursorButton object at the specified index or string identifier within the IInkCursorButtons collection. |
Remarks
You can use this collection to enumerate over the available IInkCursorButton objects on a known IInkCursor object.
For more information about collections in COM, see Using the COM Library.
If you define a class that implements this interface, the new class will not interact correctly with the Tablet PC 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 |