Control - MouseOverStyle Property

MouseOverStyle defines the style to be applied to a control when the mouse is over it

Member of Control (PRIM_CTRL)

Data Type - PRIM_VS.Style - Style used to define foreground and background appearance

Details

The MouseOverStyle property is the Style that will be applied when the mouse enters the physical bounds of the control.
 
It will be removed when the mouse leaves the control bounds.
 
MouseOverStyle negates the need to code many MouseEnter and corresponding MouseLeave events, instead allowing for a simple declaration.
 
Setting the MouseOverStyle property will remove all existing ColumnMouseOverStyles

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2