Skip to main content

TdxCustomRatingControlProperties.AllowHover Property

Enables hot-tracking of checked elements.

Declaration

property AllowHover: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

By default, hot-tracking is enabled, allowing the rating control to highlight checked elements in response to hovering the mouse pointer over them.

Use the HoverGlyph property to provide a custom image for highlighted elements.

Set the AllowHover property to False to disable element hot-tracking.

The default value of the AllowHover property is True.

See Also