StylusDevice.ToString Metodo

Definizione

Restituisce il nome del dispositivo dello stilo.

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

Valori restituiti

Nome del 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