StylusDevice.Name Property

Definition

Gets the name of the stylus.

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

Property Value

The name of the stylus.

Examples

The following example demonstrates the Name property.

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

Applies to