IInkCursorButtons Interface
IInkCursorButtons Interface |
Represents a collection of IInkCursorButton objects for an IInkCursor interface.
Members
The following tables list the members exposed by the object.
Methods
Method | Description |
---|---|
Item | Specifies the cursor button to return at the known index in the collection. |
Properties
Property | Description |
---|---|
_NewEnum | Gets either the IEnumVARIANT or IEnumUnknown enumerator interface for the collection. Use this property to retrieve each object in the collection.
The _NewEnum property is marked |
Count | Returns the number of cursor buttons in the 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 Automation, see Working with Collections.
COM Implementation
This collection implements the IInkCursorButtons COM interface.