StylusButton.Name Propriedade

Definição

Obtém o nome do botão da caneta.

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

Valor da propriedade

O nome do botão de caneta.

Exemplos

O exemplo a seguir demonstra a Name propriedade .

// 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)

Aplica-se a