You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Popup - MouseOver Property
MouseOver determines whether the mouse is directly over a control
Member of Popup (PRIM_PPNL)
Data Type - Boolean

Details


The MouseOver property will return True if the mouse is directly over a popup.
If the mouse is over a child control, MouseOver will be false.
MouseOver is useful when MouseEnter/MouseLeave code is being executed to change the appearance of a control, but other factors are also affecting the control's state.

See also

All Component Classes
Technical Reference

  • No labels