BCGControlBar Library for .NET
HyperlinkCell Class
Members 




Implements a hyperlink.
Object Model
HyperlinkCell ClassGridColumn ClassGridDataItem ClassGridDataRow ClassGridCellVisualStyle Class
Syntax
'Declaration
 
Public Class HyperlinkCell 
   Inherits TextCell
'Usage
 
Dim instance As HyperlinkCell
public class HyperlinkCell : TextCell 
public __gc class HyperlinkCell : public TextCell 
public ref class HyperlinkCell : public TextCell 
Remarks
It recognizes format "title#URL", so you can set the data like "BCGSoft#http://www.bcgsoft.com" to make the cell displaying "BCGSoft".
Inheritance Hierarchy

System.Object
   BCGSoft.Controls.Grid.Cell
      BCGSoft.Controls.Grid.TextCell
         BCGSoft.Controls.Grid.HyperlinkCell

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

HyperlinkCell Members
BCGSoft.Controls.Grid Namespace

Send Feedback