SftButton/OCX 2.5

SftButton.BackColorPressed Property

Softel vdm, Inc.

Defines the control's background color when pressed.

Syntax       

Get

VB.NET

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

VB

Clr = object.BackColorPressed  As OLE_COLOR

C#.NET

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

VC++

OLE_COLOR Clr = object->BackColorPressed;
OLE_COLOR Clr = object->GetBackColorPressed();

C

HRESULT object->get_BackColorPressed(OLE_COLOR* Clr);

Delphi

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

Put

VB.NET

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

VB

object.BackColorPressed = Clr  As OLE_COLOR

C#.NET

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

VC++

OLE_COLOR object->BackColorPressed = Clr;
void object->PutBackColorPressed(OLE_COLOR Clr);

C

HRESULT object->put_BackColorPressed(OLE_COLOR Clr);

Delphi

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

object

A SftButton object.

Clr

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

Comments

The BackColorPressed property defines the control's background color when pressed.

This property has no effect if Windows themes are used.

The BackColorPressed property defines the control's background color of the button or drop down button when pressed.


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