C# Class SourceGrid.Cells.Views.Button

Inheritance: Cell
Afficher le fichier Open project: zhuangyy/Motion

Méthodes publiques

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

Méthodes publiques

Méthode Description
Button ( Button p_Source ) : System

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

Clone ( ) : object

Clone this object. 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
Button ( ) : System

Method Details

Button() public méthode

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

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

PrepareView() protected méthode

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

Property Details

Default public_oe static_oe property

Represents a Button with the ability to draw an Image. Disable also the selection border using the OwnerDrawSelectionBorder = true.
public static Button Default
Résultat Button