Cursor Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Cursor

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public Cursor Cursor { get; set; }
Visual Basic
Public Property Cursor As Cursor
	Get
	Set
Visual C++
public:
property Cursor^ Cursor {
	Cursor^ get ();
	void set (Cursor^ value);
}

See Also