|
|
|
SftButton.BackColorHover Property |
Defines the control's background color when the mouse cursor hovers over the control.
Syntax
VB.NET |
|||
VB |
Clr = object.BackColorHover As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->BackColorHover;
|
||
C |
HRESULT object->get_BackColorHover(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.BackColorHover = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->BackColorHover = Clr;
|
||
C |
HRESULT object->put_BackColorHover(OLE_COLOR Clr); |
||
Delphi |
object
A SftButton object.
Clr
Defines the control's background color when the mouse cursor hovers over the control. For information about color properties, please visit the applicable section "Using SftButton/OCX with ...".
Comments
The BackColorHover property defines the control's background color when the mouse cursor hovers over the control.
This property has no effect if Windows themes are used.
If both BackColorHoverStart and BackColorHoverEnd define valid starting and ending colors, these take precedence and the BackColorHover property has no effect.