SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Defines whether the caption area is transparent.
Get
VB.NET | Boolean = object.Transparent As Boolean |
VB | Boolean = object.Transparent As Boolean |
C#.NET | bool Boolean = object.Transparent; |
VC++ | VARIANT_BOOL Boolean = object->Transparent; VARIANT_BOOL Boolean = object->GetTransparent(); |
C | HRESULT object->get_Transparent(VARIANT_BOOL* Boolean); |
Put
VB.NET | object.Transparent = Boolean As Boolean |
VB | object.Transparent = Boolean As Boolean |
C#.NET | bool object.Transparent = Boolean; |
VC++ | VARIANT_BOOL object->Transparent = Boolean; void object->PutTransparent(VARIANT_BOOL Boolean); |
C | HRESULT object->put_Transparent(VARIANT_BOOL Boolean); |
object
Boolean
Defines whether the caption area is transparent.
Boolean | Description |
---|---|
True | The caption area is transparent. |
False | The caption area not is transparent. |
The Transparent property defines whether the caption area is transparent.
The built-in caption can be rendered transparent, in which case the background of the enclosing window (form or dialog) is used as the caption's background and the defined background color Caption.BackColor is ignored.
Some development tools do not reflect transparency in design-time mode. While the property can be set at design-time, visually it will only take effect at run-time.
See Also SftMaskCaption Object | Object Hierarchy