|
|
|
SftButton.BackColorStart Property |
Defines the control's gradient fill background color (combined with BackColorEnd).
Syntax
VB.NET |
|||
VB |
Clr = object.BackColorStart As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->BackColorStart;
|
||
C |
HRESULT object->get_BackColorStart(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.BackColorStart = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->BackColorStart = Clr;
|
||
C |
HRESULT object->put_BackColorStart(OLE_COLOR Clr); |
||
Delphi |
object
A SftButton object.
Clr
Defines the control's gradient fill background color (combined with BackColorEnd). For information about color properties, please visit the applicable section "Using SftButton/OCX with ...".
Comments
The BackColorStart property defines the control's gradient fill background color (combined with BackColorEnd).
This property has no effect if Windows themes are used.
The FillOrientation defines the gradient fill orientation. The BackColorStart property is the starting color value (left or top).
If both BackColorStart and BackColorEnd define valid starting and ending colors, these take precedence and the BackColor property has no effect. On display devices that do not support gradient fills or if fewer than 65K colors are available, the BackColor property is used instead.