FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Renderer Namespace > HyperLinkRenderer Class : Target Property |
'Declaration Public Property Target As String
'Usage Dim instance As HyperLinkRenderer Dim value As String instance.Target = value value = instance.Target
public string Target {get; set;}
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 |
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