Gets or sets the status of the cursor property.
            
    Namespace: 
   PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
 Syntax
Syntax
| C# | 
|---|
| public bool Cursor { get; set; } | 
| Visual Basic (Declaration) | 
|---|
| Public Property Cursor As Boolean | 
| Visual C++ | 
|---|
| public: property bool Cursor { bool get (); void set (bool value); } | 
 Remarks
Remarks
            True turns the cursor is on, False turns it off. The cursor is an underscore which appears directly to the right of the 
            last entered character on the display. The cursor is by default disabled.
            
 Exceptions
Exceptions
| Exception | Condition | 
|---|---|
| Phidgets..::.PhidgetException | If this Phidget is not opened and attached. |