TabletDevice.Name Property

Definition

Gets the name of the tablet device.

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

Property Value

The name of the tablet device.

Examples

The following code example demonstrates the Name property.

textbox1.AppendText("Name: " + myTabletDevice.Name + "\n");
textbox1.AppendText("Name: " & myTabletDevice.Name & vbCrLf)

Applies to