Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

ShadowColor Property, SftTreeRowHeaders Object

Defines the default color used to draw the dark edge of row headers.

Syntax

Get

VB.NETClr = object.ShadowColor As UInteger
VBClr = object.ShadowColor As OLE_COLOR
C#.NETuint Clr = object.ShadowColor;
VC++OLE_COLOR Clr = object->ShadowColor;
OLE_COLOR Clr = object->GetShadowColor();
CHRESULT object->get_ShadowColor(OLE_COLOR* Clr);

Put

VB.NETobject.ShadowColor = Clr As UInteger
VBobject.ShadowColor = Clr As OLE_COLOR
C#.NETuint object.ShadowColor = Clr;
VC++OLE_COLOR object->ShadowColor = Clr;
void object->PutShadowColor(OLE_COLOR Clr);
CHRESULT object->put_ShadowColor(OLE_COLOR Clr);

object

A SftTreeRowHeaders object.

Clr

Defines the default color used to draw the dark edge of row headers. For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".

Comments

The ShadowColor property defines the default color used to draw the dark edge of row headers.

All row headers use the same shadow color and cannot be defined individually.

This property has no effect if Windows themes are used.

See Also SftTreeRowHeaders 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.