TransparentColor Property

Specifies the Bitmap object's transparent color. If transparency is enabled, this color is the see-through color. Any pixels with this color display the screen's background image.

Syntax

object.TransparentColor [= Long]

Properties

The TransparentColor property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

Long

The COLORREF used to set the transparent color.

 

Applies To