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

Allow to customize the tooltiptext of a cell. This class read the tooltiptext from the ICellToolTipText.GetToolTipText. This behavior can be shared between multiple cells.
상속: ControllerBase
파일 보기 프로젝트 열기: zhuangyy/Motion 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Default ToolTipText

공개 메소드들

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

보호된 메소드들

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

Change the cursor with the cursor of the cell

ResetToolTipText ( CellContext sender, EventArgs e ) : void

Reset the original cursor

메소드 상세

ApplyToolTipText() 보호된 메소드

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

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

ResetToolTipText() 보호된 메소드

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

프로퍼티 상세

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

Default tooltiptext
public static ToolTipText,SourceGrid.Cells.Controllers Default
리턴 ToolTipText