ImageWidth

This property returns and sets the width of ListImage objects in an ImageList control.

Syntax

object.ImageWidth [= number]

Parameters

object
Object expression that evaluates to an ImageList control.
number
Numeric expression specifying the dimensions of an image.

Remarks

The ImageWidth property is read-only at run time if the ImageList control contains an image.

Width is measured in pixels. All images in a ListImage control have the same width property.