TdxNavBarDefaultStyles.ButtonHotTracked Property
Specifies the style of a button element when it is hot-tracked.
Declaration
property ButtonHotTracked: TdxNavBarDefaultStyle index 3 read; write;
Property Value
Type |
---|
TdxNavBarDefaultStyle |
Remarks
Use the ButtonHotTracked property to access the default style settings of hot-tracked NavBar button element. Button elements are represented by the scroll buttons used to scroll a group’s client area when links don’t fit inside it. Scroll buttons are available in Side Bar Views only.
Note
Each View has its own default settings for default styles. That is why when changing the View applied to the control, the ButtonHotTracked property value is automatically set to the default hot-tracked scroll buttons’ style specified by the newly assigned View.
You can also use the settings of a custom style (if any) to specify the appearance of a button element when the mouse cursor is over it. For this purpose, assign the style object represented by the custom style’s Style property to the ButtonHotTracked property.