Click or drag to resize
TabItemMouseIn Property
Gets or sets the mouse presence indicator.

Namespace: Stingray.Grid
Assembly: Stingray.GridTabControl (in Stingray.GridTabControl.dll) Version: 14.0.0.0
Syntax
public override bool MouseIn { get; set; }

Property Value

Type: Boolean
true if the mouse is in the tab; false otherwise.
Remarks
This method suppresses unnecessary redrawing.
See Also