blob: ebabbe1b80eeb0d00d0a5b0e4cb29420b1088c90 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
#ifndef TIMAGELIST_H
#define TIMAGELIST_H
#include <TDragImageList.h>
class TImageList : public TDragImageList {
public:
/*
{ TImageList }
TImageList = class(TDragImageList)
published
property BlendColor;
property BkColor;
property AllocBy;
property DrawingStyle;
property Height;
property ImageType;
property Masked;
property OnChange;
property ShareImages;
property Width;
end;
*/
};
#endif
|