TcxCustomFilterControl.HotTrackOnUnfocused Property
Specifies whether hot-track effects should be applied to elements of a non-focused filter control.
Declaration
property HotTrackOnUnfocused: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Set the HotTrackOnUnfocused property to False if you do not want to highlight control elements of a filter control when it does not have focus.
If this property is True, control elements will be highlighted on moving the mouse cursor over them regardless of whether the filter control has focus or not.
The default value of the HotTrackOnUnfocused property is True.
See Also