C# 클래스 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.
상속: ControllerBase
파일 보기 프로젝트 열기: zhuangyy/Motion

공개 프로퍼티들

프로퍼티 타입 설명
Default RowFocus
LogicalBorder DevAge.Drawing.RectangleBorder

공개 메소드들

메소드 설명
OnFocusEntering ( CellContext sender, System e ) : void
OnMouseLeave ( CellContext sender, EventArgs e ) : void
OnMouseMove ( CellContext sender, MouseEventArgs e ) : void
RowFocus ( ) : System

메소드 상세

OnFocusEntering() 공개 메소드

public OnFocusEntering ( CellContext sender, System e ) : void
sender CellContext
e System
리턴 void

OnMouseLeave() 공개 메소드

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

OnMouseMove() 공개 메소드

public OnMouseMove ( CellContext sender, MouseEventArgs e ) : void
sender CellContext
e MouseEventArgs
리턴 void

RowFocus() 공개 메소드

public RowFocus ( ) : System
리턴 System

프로퍼티 상세

Default 공개적으로 정적으로 프로퍼티

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

LogicalBorder 공개적으로 프로퍼티

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