Intersoft WebGrid Documentation
HyperlinkCustomTarget Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridColumn Class : HyperlinkCustomTarget Property






Gets or sets the custom window/frame name used for the hyperlink target.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("Gets or sets the custom window/frame name used for the hyperlink target.")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Property HyperlinkCustomTarget As String
Visual Basic (Usage)Copy Code
Dim instance As WebGridColumn
Dim value As String
 
instance.HyperlinkCustomTarget = value
 
value = instance.HyperlinkCustomTarget
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Gets or sets the custom window/frame name used for the hyperlink target.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public string HyperlinkCustomTarget {get; set;}
Delphi 
public read-write property HyperlinkCustomTarget: String; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("Gets or sets the custom window/frame name used for the hyperlink target.")
NotifyParentPropertyAttribute()
DefaultValueAttribute()
public function get,set HyperlinkCustomTarget : String
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Gets or sets the custom window/frame name used for the hyperlink target.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public: __property string* get_HyperlinkCustomTarget();
public: __property void set_HyperlinkCustomTarget( 
   string* value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Gets or sets the custom window/frame name used for the hyperlink target.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public:
property String^ HyperlinkCustomTarget {
   String^ get();
   void set (    String^ value);
}

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

©2012 Intersoft Solutions Corp. All Rights Reserved.