SftButton/OCX 2.5

SftButton.BackColorOutside Property

Softel vdm, Inc.

Defines the control's background color around the outer perimeter (using Windows themes only).

Syntax       

Get

VB.NET

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

VB

Clr = object.BackColorOutside  As OLE_COLOR

C#.NET

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

VC++

OLE_COLOR Clr = object->BackColorOutside;
OLE_COLOR Clr = object->GetBackColorOutside();

C

HRESULT object->get_BackColorOutside(OLE_COLOR* Clr);

Delphi

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

Put

VB.NET

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

VB

object.BackColorOutside = Clr  As OLE_COLOR

C#.NET

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

VC++

OLE_COLOR object->BackColorOutside = Clr;
void object->PutBackColorOutside(OLE_COLOR Clr);

C

HRESULT object->put_BackColorOutside(OLE_COLOR Clr);

Delphi

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

object

A SftButton object.

Clr

Defines the control's background color around the outer perimeter (using Windows themes only).

Comments

The BackColorOutside property defines the control's background color around the outer perimeter (using Windows themes only).


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