StylusDevice.Name Propiedad

Definición

Obtiene el nombre del lápiz.

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

Valor de propiedad

El nombre del lápiz.

Ejemplos

En el ejemplo siguiente se muestra la Name propiedad .

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

Se aplica a