Hide

SftOptions 1.0 - ActiveX Options Control

Display
Print

SftOptionsHeader.LightEdgeColor Property

Defines the highlighted edge color used for the header.

Syntax

Get

VB.NETClr = object.LightEdgeColor As UInt32
VBClr = object.LightEdgeColor As OLE_COLOR
C#.NETuint Clr = object.LightEdgeColor;
VC++OLE_COLOR Clr = object->LightEdgeColor;
OLE_COLOR Clr = object->GetLightEdgeColor();
CHRESULT object->get_LightEdgeColor(OLE_COLOR* Clr);

Put

VB.NETobject.LightEdgeColor = Clr As UInt32
VBobject.LightEdgeColor = Clr As OLE_COLOR
C#.NETuint object.LightEdgeColor = Clr;
VC++OLE_COLOR object->LightEdgeColor = Clr;
void object->PutLightEdgeColor(OLE_COLOR Clr);
CHRESULT object->put_LightEdgeColor(OLE_COLOR Clr);

object

A SftOptionsHeader object.

Clr

Defines the highlighted edge color used for the header.

Comments

The LightEdgeColor property defines the highlighted edge color used for the header.

This property has no effect if Windows themes are used.

See Also SftOptionsHeader Object | Object Hierarchy


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