C# Class SourceGrid.Cells.Views.Link

Inheritance: Cell
Exibir arquivo Open project: zhuangyy/Motion Class Usage Examples

Public Properties

Property Type Description
Default Link

Public Methods

Method 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

Method Description
Link ( ) : System

Method Details

Clone() public method

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

Link() public method

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
return 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
return Link