
MouseOverStyles is a collection of styles to be applied to a control when the mouse is over it
Member of Entry Field (PRIM_EVEF)
Data Type - Collection ofPRIM_VS.Style - Style used to define foreground and background appearance
Details
The EditMouseOverStyles property allows for one or more Styles to be applied to the edit portion of the field when the mouse enters the physical bounds of the control. They will be removed when the mouse leaves the control bounds. EditMouseOverStyles allows for more complex programmatic appearance changes to be coded. Rather than relying on the declarative single EditMouseOverStyle, the developer is free to add as many style layers as required. EditMouseOverStyles negates the need to code many MouseEnter and corresponding MouseLeave events, instead allowing for a for the styles to be added and managed at runtime. Setting the EditMouseOverStyle property will remove all existing EditMouseOverStyles.
See also
LANSA Version 15, April 2020