IInkTablets interface (msinkaut.h)
Represents the object used to capture ink from available tablet devices.
Inheritance
The IInkTablets interface inherits from the IUnknown interface. IInkTablets also has these types of members:
Methods
The IInkTablets interface has these methods.
IInkTablets::get_Count Gets the number of objects or collections contained in a collection. (IInkTablets.get_Count) |
IInkTablets::get_DefaultTablet Gets the default tablet within the set of available tablets. |
IInkTablets::IsPacketPropertySupported Determines whether a property of a tablet device or a collection of tablet devices, identified with a globally unique identifier (GUID), is supported. (IInkTablets.IsPacketPropertySupported) |
IInkTablets::Item Retrieves the IInkTablet object at the specified index within the InkTablets collection. |
Remarks
Creating the InkCollector control behind a transparent control (such as a GroupBox with the WS_EX_TRANSPARENT property set) will prevent InkCollector from collecting ink.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | msinkaut.h |