[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TImageList - a list of images (usually ready for dragging)
Source position: controls.pp line 1856
type TImageList = class(TDragImageList) |
||
published |
||
property AllocBy; |
|
AllocBy - for allocation |
property BlendColor; |
|
BlendColor - the colour for blending |
property BkColor; |
|
BkColor - background colour (default none) |
property DrawingStyle; |
|
DrawingStyle - focus, selected, normal or transparent |
property Height; |
|
Height of images on list |
property ImageType; |
|
ImageType - an image or a mask |
property Masked; |
|
Masked - if True, a mask is applied to the bitmap |
property ShareImages; |
|
ShareImages - if True, images are allowed to be shared |
property Width; |
|
Width of images on list |
property OnChange; |
|
OnChange - event handler for a change in the imagelist |
end; |
|
TImageList - a list of images (usually ready for dragging) |
|
| | ||
|
TDragImageList - a list of Images to be dragged |
|
| | ||
TCustomImageList |
||
? | ||
TObject |