Spread Windows Forms 6.0 Product Documentation
LinkArea Property
See Also  Support Options
FarPoint.Win Assembly > FarPoint.Win Namespace > FpHyperlink Class : LinkArea Property


Glossary Item Box

Gets or sets the area of the text to use as the link.

Syntax

Visual Basic (Declaration) 
Public Property LinkArea As LinkArea
Visual Basic (Usage)Copy Code
Dim instance As FpHyperlink
Dim value As LinkArea
 
instance.LinkArea = value
 
value = instance.LinkArea
C# 
public LinkArea LinkArea {get; set;}

Property Value

LinkArea containing the specification about what characters are the hyperlink

Remarks

This is the number of characters (first, last) of the text that appears underlined and becomes the link. For example, "Click to see more" has 17 characters counting the spaces. To underline and make part of the hyperlink only the word "Click", use a LinkArea(0,4); the number for the first character is zero. To have the words "see more", use LinkArea (9,16).

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.