ImageList Control



This control is used to store the images required to be used within the application so that used to attach to ToolStrip or ListView or other controls, we can store the images like JPEG, BMP, GIFF, ICON images etc

Properties with ImageList Class

SNO
Property and options
Type
Description
01
Images
Collection of Image Objects
Used to set or get group of images with in the Image List Control
02
ImageSize
enum
Sets or gets the size of the images are to be stored wit in the ImageList control
03
ColorDepth
  Depth4Bit
  Depth8Bit(Default)
  Depth16Bit
  Depth24Bit
  Depth32Bit
enum
As the more the color depth the clarity of the image will be more
As the less the color depth the clarity of the image will be less

No comments:

Post a Comment