Name property

Returns the name of the cursor.

Syntax
Visual Basic
Public Readonly Property Name As String
C#
public string  Name { get;}
Property value

The name of the cursor as a string.

See also