EntrySet.Controls Namespace
ControlHighlight Component
|
|
This control's task is to highlight the controls in color, which have focus. It facilitates the orientation in forms. Also the control, above which the mouse is, can be differentiated in color.

ControlHighlight is component, which can differentiate in color the control for text entry, which has focus or there is a mouse pointer above it. It facilitates the orientation in forms.
The utilization of the component is easy. Enter it on the form and set the color for focus and highlight.
Note: Control Highlight works only with components of this type: EditBox, ComboBox, DatePicker, RichEditBox
Displaying of descriptions
Each visual control has Description property, which can contain text. If the control is focused, the ControlHighlight sets the content of this property into Text property of the random control (e.g. Label), which is set in DescriptionControl. By means of Description the user of your application can be informed about the data which are to be entered or it can display further information.