StylusDevice.Name Propriedade

Definição

Obtém o nome 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 da caneta.

Exemplos

O exemplo a seguir demonstra a Name propriedade .

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

Aplica-se a