Intersoft WebGrid Documentation
HyperlinkTarget Enumeration
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace : HyperlinkTarget Enumeration






Value representing the target/destination of a hyperlink on WebGridColumn.

Syntax

Visual Basic (Declaration) 
Public Enum HyperlinkTarget 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As HyperlinkTarget
C# 
public enum HyperlinkTarget : System.Enum 
Delphi 
public enum HyperlinkTarget = class(System.Enum)
JScript 
public enum HyperlinkTarget extends System.Enum
Managed Extensions for C++ 
__value public enum HyperlinkTarget : public System.Enum 
C++/CLI 
public enum class HyperlinkTarget : public System.Enum 

Members

MemberDescription
BlankRenders the new document in a new window.
Custom 
ParentRenders the content in the immediate frameset parent.
SearchRenders the content in the search pane.
SelfRenders the content in the frame with focus.
TopRenders the content in the full window without frames.
UseBase 

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ISNet.WebUI.WebGrid.HyperlinkTarget

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.