Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxRowHeaders.DarkEdgeColor Property

Defines the dark edge color for all row headers.

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

Clr

Defines the dark edge color for all row headers. For information about color properties, please visit the applicable section "Using SftBox/OCX with ...".

Comments

The DarkEdgeColor property defines the dark edge color for all row headers.

This property has no effect if Windows themes are used.

See Also SftBoxRowHeaders Object | Object Hierarchy


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