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






Gets or sets the target of this hyperlink column.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
<DescriptionAttribute("Gets or sets the target of this hyperlink column.")>
Public Property HyperlinkTarget As HyperlinkTarget
Visual Basic (Usage)Copy Code
Dim instance As WebGridColumn
Dim value As HyperlinkTarget
 
instance.HyperlinkTarget = value
 
value = instance.HyperlinkTarget
C# 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the target of this hyperlink column.")]
public HyperlinkTarget HyperlinkTarget {get; set;}
Delphi 
public read-write property HyperlinkTarget: HyperlinkTarget; 
JScript 
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
DescriptionAttribute("Gets or sets the target of this hyperlink column.")
public function get,set HyperlinkTarget : HyperlinkTarget
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the target of this hyperlink column.")]
public: __property HyperlinkTarget get_HyperlinkTarget();
public: __property void set_HyperlinkTarget( 
   HyperlinkTarget value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the target of this hyperlink column.")]
public:
property HyperlinkTarget HyperlinkTarget {
   HyperlinkTarget get();
   void set (    HyperlinkTarget 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.