Search
HtmlBuilder.ScrollDownHyperLink Property
See Also
 





Gets or sets the hyperlink assigned to AREA tags generated for the lower scroll arrow of tables.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public string ScrollDownHyperLink { get; set; }

Visual Basic  Copy Code

Public Property ScrollDownHyperLink As String

 Property Value

A string value containing an URL. The default is an empty string.

 Remarks

If the value of this property is not an empty string, the HtmlBuilder creates <AREA> tags for the scroll-down button displayed for Scrollable tables. That lets you process requests to scroll the table rows on the server, or just use the scroll buttons as additional hot spots in the image map. If the URL contains the {0} format specifier, it is replaced with the ZIndex of the clicked table.

 See Also