Skip to main content
A newer version of this page is available. .

TdxNavBarGroup.LinksUseSmallImages Property

Specifies whether links of a group use small or large images.

Declaration

property LinksUseSmallImages: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Since each item can have two images assigned to it, links to the same item can be displayed differently in different groups. Use the LinksUseSmallImages property of a group to specify whether its links corresponding to items are displayed by using small or large images. If this property is set to True, small images are displayed within the group’s links. Otherwise, large images are used. Changing this property value results in changing the link appearance for a number of painting styles.

The image below displays a TdxNavBar control, whose second group’s LinksUseSmallImages property is set to False and True respectively.

See Also