SftButton/OCX 2.5

SftButton.ForeColorGrayed Property

Softel vdm, Inc.

Defines the control's text color when disabled.

Syntax       

Get

VB.NET

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

VB

Clr = object.ForeColorGrayed  As OLE_COLOR

C#.NET

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

VC++

OLE_COLOR Clr = object->ForeColorGrayed;
OLE_COLOR Clr = object->GetForeColorGrayed();

C

HRESULT object->get_ForeColorGrayed(OLE_COLOR* Clr);

Delphi

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

Put

VB.NET

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

VB

object.ForeColorGrayed = Clr  As OLE_COLOR

C#.NET

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

VC++

OLE_COLOR object->ForeColorGrayed = Clr;
void object->PutForeColorGrayed(OLE_COLOR Clr);

C

HRESULT object->put_ForeColorGrayed(OLE_COLOR Clr);

Delphi

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

object

A SftButton object.

Clr

Defines the control's text color when disabled. For information about color properties, please visit the applicable section "Using SftButton/OCX with ...".

Comments

The ForeColorGrayed property defines the control's text color when disabled.

If Windows themes are used, the ForeColorGrayed property has no effect, unless UseThemes is set to 2 - Yes (Exclude Text).

The defined color is used to display the text defined using the Text property and the drop down arrow. If the control is enabled, the foreground colors defined using the ForeColor and ForeColorDownArrow properties are used instead.


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