C# Class SourceGrid.Cells.Views.Link

Inheritance: Cell
Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Méthodes publiques

Свойство Type Description
Default Link

Méthodes publiques

Méthode Description
Clone ( ) : object

Clone this object. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.

Link ( Link p_Source ) : System

Copy constructor. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.

Private Methods

Méthode Description
Link ( ) : System

Method Details

Clone() public méthode

Clone this object. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.
public Clone ( ) : object
Résultat object

Link() public méthode

Copy constructor. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.
public Link ( Link p_Source ) : System
p_Source Link
Résultat System

Property Details

Default public_oe static_oe property

Represents a model with a link style font and forecolor.
public static Link,SourceGrid.Cells.Views Default
Résultat Link