SftButton/OCX 2.5

SftButton.BackColorHoverEnd Property

Softel vdm, Inc.

Defines the control's gradient fill background color when the mouse cursor hovers over the control (combined with BackColorHoverStart).

Syntax       

Get

VB.NET

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

VB

Clr = object.BackColorHoverEnd  As OLE_COLOR

C#.NET

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

VC++

OLE_COLOR Clr = object->BackColorHoverEnd;
OLE_COLOR Clr = object->GetBackColorHoverEnd();

C

HRESULT object->get_BackColorHoverEnd(OLE_COLOR* Clr);

Delphi

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

Put

VB.NET

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

VB

object.BackColorHoverEnd = Clr  As OLE_COLOR

C#.NET

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

VC++

OLE_COLOR object->BackColorHoverEnd = Clr;
void object->PutBackColorHoverEnd(OLE_COLOR Clr);

C

HRESULT object->put_BackColorHoverEnd(OLE_COLOR Clr);

Delphi

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

object

A SftButton object.

Clr

Defines the control's gradient fill background color when the mouse cursor hovers over the control (combined with BackColorHoverStart). For information about color properties, please visit the applicable section "Using SftButton/OCX with ...".

Comments

The BackColorHoverEnd property defines the control's gradient fill background color when the mouse cursor hovers over the control (combined with BackColorHoverStart).

This property has no effect if Windows themes are used.

The FillOrientation defines the gradient fill orientation. The BackColorHoverEnd property is the ending color value (right or bottom).

If both BackColorHoverStart and BackColorHoverEnd define valid starting and ending colors, these take precedence and the BackColorHover property has no effect. On display devices that do not support gradient fills or if fewer than 65K colors are available, the BackColorHover property is used instead.


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