Gets or sets Cursor which is current cursor.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.ClientAssembly: 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); } |