C# Class SourceGrid.Cells.CellControl

Inheritance: SourceGrid.Cells.Cell
Mostra file Open project: zhuangyy/Motion

Public Methods

Method 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 method

public BindToGrid ( Grid p_grid, Position p_Position ) : void
p_grid Grid
p_Position Position
return void

CellControl() public method

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

CellControl() public method

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

UnBindToGrid() public method

public UnBindToGrid ( ) : void
return void