UseMaskColor Property (AImageList)

Returns or sets a value which determines if the object will use the MaskColor property.

Syntax

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.

Where

bUseMaskColor can be one of the following:

 

Value

Description

True

The MaskColor is used to create transparent regions.

False *

The MaskColor is not used.

Example

The following statement changes the AImageList to use the MaskColor to create transparent regions:

imgl1.UseMaskColor=True

Applies to

AImageList

See Also

Clear, MaskColor