InkTablets Collection

InkTablets Collection

Contains the IInkTablet objects that represent the hardware-specific properties of all tablets that are attached to the system.

Members

Methods

Method Description
IsPacketPropertySupported Specifies the value that states whether a particular property is supported by all tablets in the collection.
Item Specifies the tablet 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 restricted in the Interface Definition Language (IDL) definition for the collection interfaces. It is not shown in the Microsoft® Visual Basic® 6.0 object browser. It is automatically used internally when you use the For Each In construct in Visual Basic 6.0.

Count Returns the number of tablets in the collection.
DefaultTablet Returns the default tablet in the collection.

Remarks

You can query all of the tablets within the collection regarding their functionality.

This object can be instantiated by calling the CoCreateInstance method in Microsoft Visual C++® or by using the New keyword in Visual Basic 6.0

For more information about collections in Automation, see Working with Collections.

COM Implementation

This collection implements the IInkTablets COM interface.