C# Class SourceGrid.Cells.Controllers.RowFocus

RowFocus controller overrides the OnFocusEntering method and set the Focus on the Row. This controller is usually used on the Row Header. This controller also add an arror Cursor when the mouse is over the cell.
Inheritance: ControllerBase
Mostra file Open project: zhuangyy/Motion

Public Properties

Property Type Description
Default RowFocus
LogicalBorder DevAge.Drawing.RectangleBorder

Public Methods

Method Description
OnFocusEntering ( CellContext sender, System e ) : void
OnMouseLeave ( CellContext sender, EventArgs e ) : void
OnMouseMove ( CellContext sender, MouseEventArgs e ) : void
RowFocus ( ) : System

Method Details

OnFocusEntering() public method

public OnFocusEntering ( CellContext sender, System e ) : void
sender CellContext
e System
return void

OnMouseLeave() public method

public OnMouseLeave ( CellContext sender, EventArgs e ) : void
sender CellContext
e System.EventArgs
return void

OnMouseMove() public method

public OnMouseMove ( CellContext sender, MouseEventArgs e ) : void
sender CellContext
e MouseEventArgs
return void

RowFocus() public method

public RowFocus ( ) : System
return System

Property Details

Default public_oe static_oe property

Default controller to select all the row
public static RowFocus,SourceGrid.Cells.Controllers Default
return RowFocus

LogicalBorder public_oe property

Border used to calculate the region to enable the row selection
public DevAge.Drawing.RectangleBorder LogicalBorder
return DevAge.Drawing.RectangleBorder