Gets or sets Cursor which is current cursor.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

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

Field Value

The current cursor.

See Also