SftButton/DLL 3.0 - Button Control
SftTree/DLL 8.0 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 4.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 8.0 - Tree Control
SftButton/DLL 3.0 - Button Control
SftTree/DLL 8.0 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 4.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 8.0 - Tree Control
SftTree/NET 2.0 - Tree Control
Defines whether animations are transparent.
Get
| VB.NET | Boolean = object.AVITransparent As Boolean |
| VB | Boolean = object.AVITransparent As Boolean |
| C#.NET | bool Boolean = object.AVITransparent; |
| VC++ | VARIANT_BOOL Boolean = object->AVITransparent; VARIANT_BOOL Boolean = object->GetAVITransparent(); |
| C | HRESULT object->get_AVITransparent(VARIANT_BOOL* Boolean); |
Put
| VB.NET | object.AVITransparent = Boolean As Boolean |
| VB | object.AVITransparent = Boolean As Boolean |
| C#.NET | bool object.AVITransparent = Boolean; |
| VC++ | VARIANT_BOOL object->AVITransparent = Boolean; void object->PutAVITransparent(VARIANT_BOOL Boolean); |
| C | HRESULT object->put_AVITransparent(VARIANT_BOOL Boolean); |
object
Boolean
Defines whether animations are transparent.
| Boolean | Description |
|---|---|
| True | Animations are transparent. The top, left pixel of the first frame of the animation defines the color which will be replaced by the actual background color (BackColor). Because the color is replaced by the defined background color, animations on gradient backgrounds (or themed background) will not be truly transparent. |
| False | Animations are not transparent. |
The AVITransparent property defines whether animations are transparent.
Transparency of animations is limited to the color defined using the BackColor property, the BackColorPressed property is not used for transparency. If gradient backgrounds or Windows themes are used, animation transparency uses the defined background color BackColor which will not match the possibly textured background.
See Also SftButton Object | Object Hierarchy
