Gets or sets the property which indicates that cursor is above the hyperlink.
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 IsCursorUnderHyperlink { get; internal set; } |
Visual Basic (Declaration) |
---|
Public Property IsCursorUnderHyperlink As Boolean |
Visual C++ |
---|
public:
property bool IsCursorUnderHyperlink {
bool get ();
void set (bool value);
} |
Field Value
true if the cursor is above the hyperlink; otherwise,
false.
See Also