PowerWEB LiveControls for ASP.NET
Target Property
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LiveHyperLink Class : Target Property



Gets or sets the target window or frame to display the Web page content linked to when the LiveHyperLink control is clicked.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Gets or sets the target window or frame to display the Web page content linked to when the LiveHyperLink control is clicked.")>
<DefaultValueAttribute()>
<CategoryAttribute("Navigation")>
<BrowsableAttribute(True)>
Public Shadows Property Target As String
Visual Basic (Usage)Copy Code
Dim instance As LiveHyperLink
Dim value As String
 
instance.Target = value
 
value = instance.Target
C# 
[DescriptionAttribute("Gets or sets the target window or frame to display the Web page content linked to when the LiveHyperLink control is clicked.")]
[DefaultValueAttribute()]
[CategoryAttribute("Navigation")]
[BrowsableAttribute(true)]
public new string Target {get; set;}
C++/CLI 
[DescriptionAttribute("Gets or sets the target window or frame to display the Web page content linked to when the LiveHyperLink control is clicked.")]
[DefaultValueAttribute()]
[CategoryAttribute("Navigation")]
[BrowsableAttribute(true)]
public:
new property String^ Target {
   String^ get();
   void set (    String^ value);
}

Remarks

This member is functionally equivalent to System.Web.UI.WebControls.HyperLinkClass.Target.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.