Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

Cell3D Property, SftTreeItems Object

Defines whether cells are painted using a 3D effect.

Syntax

Get

VB.NETBoolean = object.Cell3D As Boolean
VBBoolean = object.Cell3D As Boolean
C#.NETbool Boolean = object.Cell3D;
VC++VARIANT_BOOL Boolean = object->Cell3D;
VARIANT_BOOL Boolean = object->GetCell3D();
CHRESULT object->get_Cell3D(VARIANT_BOOL* Boolean);

Put

VB.NETobject.Cell3D = Boolean As Boolean
VBobject.Cell3D = Boolean As Boolean
C#.NETbool object.Cell3D = Boolean;
VC++VARIANT_BOOL object->Cell3D = Boolean;
void object->PutCell3D(VARIANT_BOOL Boolean);
CHRESULT object->put_Cell3D(VARIANT_BOOL Boolean);

object

A SftTreeItems object.

Boolean

Defines whether cells are painted using a 3D effect.

BooleanDescription
TrueCells are painted using a 3D effect.
FalseCells are painted without 3D effect.

Comments

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 SftTreeItems Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.