ImageManagerIconSet Collection
Description
Represents a collection of icons in the ImageManager for enumeration purposes.
For a list of all members defined in this module, see ImageManagerIconSet Members.
Object Model
![]()

![]()
Remarks
This object will allow all the icons in the image manager to be iterated. Using this, you can extract any icon and any size from the image manager or simply iterate through them all.
Example
The following example illustrates how to iterate through the icons in the image manager using Visual Basic:
Dim IconSet As ImageManagerIcon
For Each IconSet In ImageManager.Icons
Debug.Print "Image ID is " & IconSet.ID
Next
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.