Returns or sets a value which determines if the object will use the MaskColor property.
Object.UseMaskColor [ = bUseMaskColor ]
The UseMaskColor property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
AImageList |
AImageList control |
|
bUseMaskColor |
Bool |
A boolean expression that specifies whether the object will use the MaskColor property. |
bUseMaskColor can be one of the following:
|
Value |
Description |
|
True |
The MaskColor is used to create transparent regions. |
|
False * |
The MaskColor is not used. |
The following statement changes the AImageList to use the MaskColor to create transparent regions:
imgl1.UseMaskColor=True