TabletDevice.Name Właściwość

Definicja

Pobiera nazwę urządzenia tabletu.

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

Wartość właściwości

Nazwa urządzenia tabletu.

Przykłady

Poniższy przykład kodu przedstawia Name właściwość .

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

Dotyczy