C# Class Ext.Net.HyperLink

Mostra file Open project: pgodwin/Ext.net Class Usage Examples

Private Properties

Property Type Description
HyperLink System.ComponentModel
SetImageUrl void
SetNavigateUrl void
SetTarget void

Public Methods

Method Description
HyperLink ( Config config ) : System

Private Methods

Method Description
HyperLink ( ) : System.ComponentModel
SetImageUrl ( string url ) : void
SetNavigateUrl ( string url ) : void
SetTarget ( string target ) : void

Method Details

HyperLink() public method

public HyperLink ( Config config ) : System
config Config
return System