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





