C# Class SourceGrid.Cells.CellControl

Inheritance: SourceGrid.Cells.Cell
Afficher le fichier Open project: zhuangyy/Motion

Méthodes publiques

Méthode Description
BindToGrid ( Grid p_grid, Position p_Position ) : void
CellControl ( Control control ) : System

Constructor.

CellControl ( Control control, LinkedControlScrollMode scrollMode, bool useCellBorder ) : System

Constructor.

UnBindToGrid ( ) : void

Method Details

BindToGrid() public méthode

public BindToGrid ( Grid p_grid, Position p_Position ) : void
p_grid Grid
p_Position Position
Résultat void

CellControl() public méthode

Constructor.
public CellControl ( Control control ) : System
control System.Windows.Forms.Control Control to insert inside the grid
Résultat System

CellControl() public méthode

Constructor.
public CellControl ( Control control, LinkedControlScrollMode scrollMode, bool useCellBorder ) : System
control System.Windows.Forms.Control Control to insert inside the grid
scrollMode LinkedControlScrollMode
useCellBorder bool
Résultat System

UnBindToGrid() public méthode

public UnBindToGrid ( ) : void
Résultat void