Package Win32::GUI::ImageList
Constructor
Methods
Add(BITMAP, [BITMAPMASK])
Adds a bitmap to the ImageList; both BITMAP and BITMAPMASK can be either Win32::GUI::Bitmap objects or filenames.
AddBitmap(BITMAP, [BITMAPMASK]) Adds a Win32::GUI::Bitmap object to the ImageList. BITMAPMASK is optional. See also Add().
BackColor([COLOR]) Gets or sets the background color for the ImageList.
Clear() Removes all the images from the ImageList.
Count() Returns the number of images in the ImageList.
Remove(INDEX) Removes the specified zero-based INDEX image from the ImageList.
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 63:
You can't have =items (as at line 67) unless the first thing after the =over is an =item
- Around line 80:
You can't have =items (as at line 84) unless the first thing after the =over is an =item