Click or drag to resize
BtnBaseMouseIn Property
Gets or sets the mouse presence state for the button.

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

Property Value

Type: Boolean
true if the mouse position is within button boundaries; false otherwise.
See Also