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 cells are painted using a 3D effect.
Deprecated - Provided for compatibility with earlier versions only - Use Items.Cell3D instead
Get
VB.NET | Boolean = object.Cell3D As Boolean |
VB | Boolean = object.Cell3D As Boolean |
C#.NET | bool Boolean = object.Cell3D; |
VC++ | VARIANT_BOOL Boolean = object->Cell3D; VARIANT_BOOL Boolean = object->GetCell3D(); |
C | HRESULT object->get_Cell3D(VARIANT_BOOL* Boolean); |
Put
VB.NET | object.Cell3D = Boolean As Boolean |
VB | object.Cell3D = Boolean As Boolean |
C#.NET | bool object.Cell3D = Boolean; |
VC++ | VARIANT_BOOL object->Cell3D = Boolean; void object->PutCell3D(VARIANT_BOOL Boolean); |
C | HRESULT object->put_Cell3D(VARIANT_BOOL Boolean); |
object
Boolean
Defines whether cells are painted using a 3D effect.
Boolean | Description |
---|---|
True | Cells are painted using a 3D effect. |
False | Cells are painted without 3D effect. |
Deprecated - Provided for compatibility with earlier versions only - Use Items.Cell3D instead
The Cell3D property defines whether cells are painted using a 3D effect.
If 3D rendering is chosen, the color properties Items.ShadowColor and Items.HilightColor are used to display dark and highlighted edges around the items. The Items.BackColor and Items.ForeColor properties may have to be adjusted to allow for the proper contrast between all color properties involved. In design-mode, the Items.BackColor and Items.ForeColor properties are adjusted automatically.
If the Cell3D property is set to True, only the text portion of selected items is highlighted, never the entire item, i.e., the Items.SelectStyle property is ignored.
See Also SftTree Object | Object Hierarchy