HeaderPane
Main
Hide

SftButton/OCX 4.0 - ActiveX Button Control

Share Link
Print

ForeColorDownArrow Property, SftButton Object

Defines the foreground color for the drop down arrow.

Syntax

Get

VB.NETClr = object.ForeColorDownArrow As System.Drawing.Color
VBClr = object.ForeColorDownArrow As OLE_COLOR
C#.NETSystem.Drawing.Color Clr = object.ForeColorDownArrow;
VC++OLE_COLOR Clr = object->ForeColorDownArrow;
OLE_COLOR Clr = object->GetForeColorDownArrow();
CHRESULT object->get_ForeColorDownArrow(OLE_COLOR* Clr);

Put

VB.NETobject.ForeColorDownArrow = Clr As System.Drawing.Color
VBobject.ForeColorDownArrow = Clr As OLE_COLOR
C#.NETSystem.Drawing.Color object.ForeColorDownArrow = Clr;
VC++OLE_COLOR object->ForeColorDownArrow = Clr;
void object->PutForeColorDownArrow(OLE_COLOR Clr);
CHRESULT object->put_ForeColorDownArrow(OLE_COLOR Clr);

object

A SftButton object.

Clr

Defines the foreground color for the drop down arrow. For information about color properties, please visit the applicable section "Using SftButton/OCX with ...".

Comments

The ForeColorDownArrow property defines the foreground color for the drop down arrow.

This property has no effect if Windows themes are used.

If the control is disabled (see Enabled property), the foreground color defined using the ForeColorGrayed property is used instead.

See Also SftButton Object | Object Hierarchy


Last Updated 08/23/2026 - (email)
© 2026 Softel vdm, Inc.