C# Class SourceGrid.Cells.Views.Header

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

Méthodes publiques

Свойство Type Description
Default Header
DefaultBorder DevAge.Drawing.RectangleBorder

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.

Header ( Header p_Source ) : System

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

Méthodes protégées

Méthode Description
PrepareView ( CellContext context ) : void

Private Methods

Méthode Description
Header ( ) : 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

Header() public méthode

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

PrepareView() protected méthode

protected PrepareView ( CellContext context ) : void
context CellContext
Résultat void

Property Details

Default public_oe static_oe property

Represents a default Header, with a 3D border and a LightGray BackColor
public static Header,SourceGrid.Cells.Views Default
Résultat Header

DefaultBorder public_oe static_oe property

public static RectangleBorder,DevAge.Drawing DefaultBorder
Résultat DevAge.Drawing.RectangleBorder