Spread for ASP.NET 7.0 Product Documentation
Target Property
See Also  Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Renderer Namespace > HyperLinkRenderer Class : Target Property


Glossary Item Box

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

Syntax

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

Property Value

String containing the target

Remarks

When the hyperlink is clicked, the target web page is displayed.

Valid values must begin with an upper- or lower-case letter (A - Z). You can also use the following special values.

_blank Displays the content in a new window without frames
_parent Displays the content in the immediate frameset parent
_self Displays the content in the frame with focus
_top Displays the content in the full window without frames

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

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