TabletDevice.ToString Metodo

Definizione

Restituisce il nome del dispositivo tablet.

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

Valori restituiti

Oggetto String contenente il nome dell'oggetto TabletDevice.

Esempio

Nell'esempio di codice seguente viene illustrato il TabletDevice metodo .

textbox1.AppendText("\n\nTablet Device:" + myTabletDevice.ToString() + "\n\n");
textbox1.AppendText("vbCrLf & Tablet Device:" & myTabletDevice.ToString() & vbCrLf)

Si applica a