List Column - ColumnMouseOverStyles Property

Collection of styles to be applied to the column header on mouseOver

Member of List Column (PRIM_LIST.Column)

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

Details

The ColumnMouseOverStyles property allows for one or more Styles to be applied when the mouse enters the physical bounds of the column header.
 
They will be removed when the mouse leaves the bounds.
 
ColumnMouseOverStyles allows for more complex programmatic appearance changes to be coded. Rather than relying on the declarative single ColumnMouseOverStyle, the developer is free to add as many style layers as required.
 
ColumnMouseOverStyles negates the need to code many ColumnMouseEnter and corresponding ColumnMouseLeave events, instead allowing for a for the styles to be added and managed at runtime.
 
Setting the ColumnMouseOverStyle property will remove all existing ColumnMouseOverStyles.

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2