RealTimeStylusEnabledData.Item Property
RealTimeStylusEnabledData.Item Property |
Gets the TabletContextID at the current location in the collection.
Definition
Visual Basic .NET Public ReadOnly Property Item As Integer C# public int Item { get; } Managed C++ public: __property int* get_Item(
int *index);
Property Value
System.Int32. The TabletContextID at the current location in the collection.
This property is read-only. This property has no default value.
Parameters
index System.Int32. The index of the TabletContextID to get.
Exceptions