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

Compare with Current View Page History

Version 1 Next »

DateTime - EditFocusedStyles Property
Collection of styles to be applied to the edit when the field has focus
Member of DateTime (PRIM_EVDT)
Data Type - Collection ofPRIM_VS.Style - Style used to define foreground and background appearance

Details


The EditFocusedStyles property allows for one or more Styles to be applied to the edit when it is focus.
They will be removed when the field is no longer focus.
EditFocusedStyles allows for more complex programmatic appearance changes to be coded. Rather than relying on the declarative single EditFocusedStyle, the developer is free to add as many style layers as required.
Setting the EditFocusedStyle property will remove all existing EditFocusedStyles.

See also

All Component Classes
Technical Reference

  • No labels