Skip to main content

TdxNavBarGroupViewInfo.IsLinksUseSmallImages Method

Returns a value indicating whether links within this group use small images.

Declaration

function IsLinksUseSmallImages: Boolean; virtual;

Returns

Type
Boolean

Remarks

The IsLinksUseSmallImages function is used to determine whether the group’s links use small images.

It is possible to define both small and large images to be displayed in the NavBar control. Still only one kind of images can be displayed at one and the same time. To use small images with the group’s links you should set the LinksUseSmallImages property to True.

See Also