Share via


TabletAddedData.Tablet Property

TabletAddedData.Tablet Property

Gets the Tablet object that is being added.

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 being added.

This property is read-only. This property has no default value.