Skip to content

Icons Property

Description

Shared icons used for all command bars.

Property Type

Read-only property.

Syntax (Visual Basic)

Public Property Icons() As [ImageManagerIcons](XtremeCalendarControl~ImageManagerIcons.md)

Remarks

A collection of icons used by the command bars. You can add/retrieve icons from the collection to be used in the command bar. You can add the icons from an entire ImageManager control to the collection of icons.

CommandBarsGlobalSettings.Icons contains shared icons used for all command bars. It doesn't provide any additional advantages over CommandBars.Icon; it was added mainly for architectural purposes.

One advantage of using CommandBarsGlobalSettings.Icons is that you can set all icons before the first command bars are created.

By default, all CommandBars use the same ImageManager. If you want CommandBars to use separate ImageManagers, you can switch to using the UseSharedImageList property. CommandBarsGlobalSettings.Icons is just another way to access the common icons.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.