Spread ASP.NET 6.0 Product Documentation
Target Property
See Also  Send Feedback
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.