BackStyle

<< Click to Display Table of Contents >>

 

BackStyle

Enum This property defines a style for object's background. Available options for this property are the following:

0 - fmBackStyleTransparent: Defines an object as transparent, that is, no object background is drawn

1 - fmBackStyleOpaque: Defines an object as opaque, that is, background is drawn (default)

 

NOTE

This property does no affect bitmap's transparency. Users must use an image editor such as Paintbrush, for example, to save a transparent bitmap. Not all ActiveX objects support transparent bitmaps.

Was this page useful?