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
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
SftTree/NET 2.0 - Tree Control
Defines whether cells are painted using a 3D effect.
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
A SftTreeItems 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. |
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.
EndProperty
BeginProperty Items {9EBAA93C-293D-44FA-9989-08F078763A1F}
AutoExpandDragDrop= 1
AutoExpandHover = 0
BackColor = -2147483643
BackColorOdd = -2147483643
CalcLimit = 0
CalcVisibleOnly = 0
Cell3D = 0
CharSearchColumn= -1
CharSearchMode = 1
DropHighlightColor= -2147483635
DropHighlightStyle= 1
EditNoFocusStyle= 2
FlybyHighlight = 1
ForeColor = -2147483640See Also SftTreeItems Object | Object Hierarchy
