Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxRowColumnHeader.LightEdgeColor Property

Defines the color used to draw the highlighted edge of the row/column header.

Syntax

Get

VB.NETClr = object.LightEdgeColor As UInteger
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 UInteger
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 SftBoxRowColumnHeader object.

Clr

Defines the color used to draw the highlighted edge of the row/column header. For information about color properties, please visit the applicable section "Using SftBox/OCX with ...".

Comments

The LightEdgeColor property defines the color used to draw the highlighted edge of the row/column header.

This property has no effect if Windows themes are used.

See Also SftBoxRowColumnHeader Object | Object Hierarchy


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