Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxItems.ShadowColor Property

Defines the color used for dark edges (Items.Appearance property).

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 SftBoxItems object.

Clr

Defines the color used for dark edges (Items.Appearance property). For information about color properties, please visit the applicable section "Using SftBox/OCX with ...".

Comments

The ShadowColor property defines the color used for dark edges (Items.Appearance property).

See Also SftBoxItems Object | Object Hierarchy


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