Gets or sets the status of the cursor blink property.

Namespace:  Phidgets
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

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

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

ExceptionCondition
Phidgets..::.PhidgetExceptionIf this Phidget is not opened and attached.

See Also