piImageWidth - cImageList
Specifies the width, in pixels, of each image
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer piImageWidth
| Access Type | Syntax |
|---|---|
| Read Access: | Get piImageWidth to IntegerVariable |
| Write Access: | Set piImageWidth to IntegerVariable/Value |
Description
Every image in an imagelist must be the same size. The piImageWidth property specifies the width, in pixels, of each image.
You may not change the size of images once you have added images into the imagelist.
Default is 16.