SftButton/OCX 2.5

SftButton.ForeColorDownArrow Property

Softel vdm, Inc.

Defines the foreground color for the drop down arrow.

Syntax       

Get

VB.NET

Clr = object.ForeColorDownArrow  As System.Drawing.ColorLanguage-specific information

VB

Clr = object.ForeColorDownArrow  As OLE_COLOR

C#.NET

System.Drawing.ColorLanguage-specific information Clr = object.ForeColorDownArrow;

VC++

OLE_COLOR Clr = object->ForeColorDownArrow;
OLE_COLOR Clr = object->GetForeColorDownArrow();

C

HRESULT object->get_ForeColorDownArrow(OLE_COLOR* Clr);

Delphi

Clr := object.ForeColorDownArrow  : TColorLanguage-specific information;

Put

VB.NET

object.ForeColorDownArrow = Clr  As System.Drawing.ColorLanguage-specific information

VB

object.ForeColorDownArrow = Clr  As OLE_COLOR

C#.NET

System.Drawing.ColorLanguage-specific information object.ForeColorDownArrow = Clr;

VC++

OLE_COLOR object->ForeColorDownArrow = Clr;
void object->PutForeColorDownArrow(OLE_COLOR Clr);

C

HRESULT object->put_ForeColorDownArrow(OLE_COLOR Clr);

Delphi

object.ForeColorDownArrow := Clr  : TColorLanguage-specific information;

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.


Feedback / comments / error reports for this topic
© 2008 - Softel vdm, Inc. - www.softelvdm.com