Gets or sets a value indicating if custom cursors are used.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:
PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
C# |
---|
public bool CustomCursorsUsing { get; set; } |
Visual Basic (Declaration) |
---|
Public Property CustomCursorsUsing As Boolean |
Visual C++ |
---|
public:
property bool CustomCursorsUsing {
bool get ();
void set (bool value);
} |
Field Value
true if custom cursors are used; otherwise,
false.
See Also