C# 클래스 SourceGrid.Cells.Controllers.MouseCursor

Allow to customize the cursor of a cell. The cell must implement ICellCursor. This behavior can be shared between multiple cells.
상속: ControllerBase
파일 보기 프로젝트 열기: zhuangyy/Motion

공개 프로퍼티들

프로퍼티 타입 설명
Default MouseCursor
Hand MouseCursor

공개 메소드들

메소드 설명
ApplyCursor ( CellContext sender, EventArgs e ) : void

Change the cursor with the cursor of the cell

MouseCursor ( System cursor, bool applyOnMouseEnter ) : System
OnMouseEnter ( CellContext sender, EventArgs e ) : void
OnMouseLeave ( CellContext sender, EventArgs e ) : void
ResetCursor ( CellContext sender, EventArgs e ) : void

Reset the original cursor

메소드 상세

ApplyCursor() 공개 메소드

Change the cursor with the cursor of the cell
public ApplyCursor ( CellContext sender, EventArgs e ) : void
sender CellContext
e System.EventArgs
리턴 void

MouseCursor() 공개 메소드

public MouseCursor ( System cursor, bool applyOnMouseEnter ) : System
cursor System
applyOnMouseEnter bool
리턴 System

OnMouseEnter() 공개 메소드

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

OnMouseLeave() 공개 메소드

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

ResetCursor() 공개 메소드

Reset the original cursor
public ResetCursor ( CellContext sender, EventArgs e ) : void
sender CellContext
e System.EventArgs
리턴 void

프로퍼티 상세

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

public static MouseCursor,SourceGrid.Cells.Controllers Default
리턴 MouseCursor

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

public static MouseCursor,SourceGrid.Cells.Controllers Hand
리턴 MouseCursor