[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Renderer.HyperLinkRenderer

HyperLinkRenderer Class

Represents a renderer control for hyperlink cells.

Inheritance
HyperLinkRenderer
Namespace: FarPoint.Web.Spread.Renderer
Assembly: FarPoint.Web.Spread.dll
Syntax
public class HyperLinkRenderer : DefaultRenderer, IEnhancedRenderer, IRenderer
Public Class HyperLinkRenderer
    Inherits DefaultRenderer
    Implements IEnhancedRenderer, IRenderer

Constructors

Name Description
HyperLinkRenderer()

Creates a new hyperlink cell renderer control with no destination URL.

HyperLinkRenderer(string)

Creates a hyperlink cell renderer control with the specified destination URL.

HyperLinkRenderer(string, string)

Creates a hyperlink cell renderer control with the specified destination URL and image.

HyperLinkRenderer(string, string, string)

Creates a hyperlink cell renderer control with the specified destination URL, image, and target window or frame.

Properties

Name Description
AllowWrap

Gets or sets whether the cell allows text to wrap to multiple lines. Wrapping only occurs on word breaks.

ImageUrl

Gets or sets the path and file name of the picture
to display in the hyperlink cell.

NavigateUrl

Gets or sets the destination URL for the hyperlink.

ShowEllipsis

Gets or sets whether to render ellipsis (...) to indicate text overflow in the cell.

Target

Gets or sets the target window or frame to display
when the hyperlink is clicked.

ToolTip

Gets or sets the text displayed when the mouse pointer hovers over the hyperlink cell.

Methods

Name Description
CreateContent(TableCell, Appearance, object, bool)

Creates the hyperlink cell renderer control.