IconList
Previous  Next

Methods

Add(path AS String) : Adds the icon at the specifiedfile location to the icon list.

AddIcon(icon AS Icon) : Adds the icon, probably from a control property to the icon list.

Clear: Empties the icon list.

Item(index AS Int) : Icon : Returns the icon at the specified index in the icon list.

ItemBitmap(index AS Int) : |Image : Returns the bitmap of the icon at the specified index in the icon list.

New1 : Creates a new IconList which is very similar to a Basic4PPC ImageList except that it stores icons.


Properties

ControlRef : Control [I] : Gets a reference to the underlying control.

Count: Int [I] : Gets the number of icons in the list.


Events

none