Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxRowColumnHeader.DarkEdgeColor Property

Defines the row/column header's dark edge color.

Syntax

Get

VB.NETClr = object.DarkEdgeColor As UInteger
VBClr = object.DarkEdgeColor As OLE_COLOR
C#.NETuint Clr = object.DarkEdgeColor;
VC++OLE_COLOR Clr = object->DarkEdgeColor;
OLE_COLOR Clr = object->GetDarkEdgeColor();
CHRESULT object->get_DarkEdgeColor(OLE_COLOR* Clr);

Put

VB.NETobject.DarkEdgeColor = Clr As UInteger
VBobject.DarkEdgeColor = Clr As OLE_COLOR
C#.NETuint object.DarkEdgeColor = Clr;
VC++OLE_COLOR object->DarkEdgeColor = Clr;
void object->PutDarkEdgeColor(OLE_COLOR Clr);
CHRESULT object->put_DarkEdgeColor(OLE_COLOR Clr);

object

A SftBoxRowColumnHeader object.

Clr

Defines the row/column header's dark edge color. For information about color properties, please visit the applicable section "Using SftBox/OCX with ...".

Comments

The DarkEdgeColor property defines the row/column header's dark edge color.

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.