Skip to content

Icons Property

Description

Global icon collection used to store icons for controls like push buttons.

Property Type

Read-only property

Syntax (Visual Basic)

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

Remarks

To use this collection, you first load icons into this global icons collection. Then, for a button, you can use:

Button.Icon = Suite.Icon(...)

to utilize the icons.

See Also


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