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

Compare with Current View Page History

Version 1 Next »

DateTime - EditMouseOverStyle Property
MouseOverStyle defines the style to be applied to a control when the mouse is over it
Member of DateTime (PRIM_EVDT)
Data Type - PRIM_VS.Style - Style used to define foreground and background appearance

Details


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

See also

All Component Classes
Technical Reference

  • No labels