Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
RealTimeStylusDisabledData.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
ArgumentOutOfRangeException
: A parameter is out of range.