InkCollectorTabletAddedEventArgs.Tablet Property
InkCollectorTabletAddedEventArgs.Tablet Property |
Gets the Tablet object that is added to the system.
Definition
Visual Basic .NET Public ReadOnly Property Tablet As Tablet C# public Tablet Tablet { get; } Managed C++ public: __property Tablet* get_Tablet();
Property Value
Microsoft.Ink.Tablet. The Tablet object that is added to the system.
This property is read-only. This property has no default value.
See Also