Condividi tramite


TabletDevice.Name Proprietà

Definizione

Ottiene il nome della tavoletta corrente.

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

Valore della proprietà

Nome della tavoletta corrente.

Esempio

Nell'esempio di codice seguente viene illustrata la Name proprietà .

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

Si applica a