Skip to main content

TdxNavBarDefaultStyles.ItemHotTracked Property

Specifies the style settings of an item when it is hot-tracked.

Declaration

property ItemHotTracked: TdxNavBarDefaultStyle index 15 read; write;

Property Value

Type
TdxNavBarDefaultStyle

Remarks

Use the ItemHotTracked property to access the default style settings for hot-tracked links.

Note

Each View has its own default settings for default styles. That is why when changing the View applied to the control, the ItemHotTracked property value is automatically set to the default hot-tracked link style specified by the newly assigned View.

You can also use the settings of a custom style (if any) to specify the appearance of the hot-tracked item. For this purpose, assign the style object represented by the custom style’s Style property to the ItemHotTracked property.

See Also