SftDirectory 2.5

SftDirectory.ActiveColumnBackColor Property

Softel vdm, Inc.

Defines the background color of the active column.

Syntax       

Get

VB.NET

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

VB

Clr = object.ActiveColumnBackColor  As OLE_COLOR

C#.NET

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

VC++

OLE_COLOR Clr = object->ActiveColumnBackColor;
OLE_COLOR Clr = object->GetActiveColumnBackColor();

C

HRESULT object->get_ActiveColumnBackColor(OLE_COLOR* Clr);

Delphi

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

Put

VB.NET

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

VB

object.ActiveColumnBackColor = Clr  As OLE_COLOR

C#.NET

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

VC++

OLE_COLOR object->ActiveColumnBackColor = Clr;
void object->PutActiveColumnBackColor(OLE_COLOR Clr);

C

HRESULT object->put_ActiveColumnBackColor(OLE_COLOR Clr);

Delphi

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

object

A SftDirectory object.

Clr

Defines the background color of the active column.

Comments

The ActiveColumnBackColor property defines the background color of the active column.

The active column is the column currently sorted ascending/descending.  If column sorting has not been enabled, this property has no effect.

If the ActiveColumnBackColor property is set to -1, a default background color is automatically generated, based on the settings of the BackColor property and the ForeColor property. The background color is made slightly darker (or lighter) to make the active column more noticeable.  This automatic color determination is only made for display devices that support more than 256 colors.


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