C# Class 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.
Inheritance: ControllerBase
Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Méthodes publiques

Свойство Type Description
Default ToolTipText

Méthodes publiques

Méthode Description
OnMouseEnter ( CellContext sender, EventArgs e ) : void
OnMouseLeave ( CellContext sender, EventArgs e ) : void

Méthodes protégées

Méthode Description
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

Method Details

ApplyToolTipText() protected méthode

Change the cursor with the cursor of the cell
protected ApplyToolTipText ( CellContext sender, EventArgs e ) : void
sender CellContext
e System.EventArgs
Résultat void

OnMouseEnter() public méthode

public OnMouseEnter ( CellContext sender, EventArgs e ) : void
sender CellContext
e System.EventArgs
Résultat void

OnMouseLeave() public méthode

public OnMouseLeave ( CellContext sender, EventArgs e ) : void
sender CellContext
e System.EventArgs
Résultat void

ResetToolTipText() protected méthode

Reset the original cursor
protected ResetToolTipText ( CellContext sender, EventArgs e ) : void
sender CellContext
e System.EventArgs
Résultat void

Property Details

Default public_oe static_oe property

Default tooltiptext
public static ToolTipText,SourceGrid.Cells.Controllers Default
Résultat ToolTipText