List Column - ColumnMouseOverStyle Property

Style to be applied to the column header on mouseOver

Member of List Column (PRIM_LIST.Column)

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

Details

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

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2