Share via


StylusDevice.ToString Metodo

Definizione

Restituisce il nome del dispositivo stilo.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Restituisce

Nome di StylusDevice.

Esempio

Nell'esempio seguente viene illustrato il ToString metodo.

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

Si applica a