Bagikan melalui


StylusDevice.Name Properti

Definisi

Mendapatkan nama stylus.

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

Nilai Properti

Nama stylus.

Contoh

Contoh berikut menunjukkan Name properti .

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

Berlaku untuk