StylusButton.Name Propiedad

Definición

Obtiene el nombre del botón del lápiz óptico.

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 botón del lápiz óptico.

Ejemplos

En el ejemplo siguiente se muestra la Name propiedad .

// Get the name of the StylusButton
textbox1.AppendText("StylusButton.Name: " + myStylusButton.Name + "\n");
' Get the name of the StylusButton
textbox1.AppendText("StylusButton.Name: " + myStylusButton.Name + vbCrLf)

Se aplica a