Table of Contents

Method OnMouseLeave

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

OnMouseLeave()

Called when the mouse moves outside View's Frame, or is occluded by another non-SubView.

protected virtual void OnMouseLeave()

Remarks

Adornments receive MouseEnter/Leave events when the mouse is over the Adornment's Thickness.

See SetPressedHighlight(HighlightStyle) for more information.