|
|
|
SftButton.ForeColorDownArrow Property |
Defines the foreground color for the drop down arrow.
Syntax
VB.NET |
|||
VB |
Clr = object.ForeColorDownArrow As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->ForeColorDownArrow;
|
||
C |
HRESULT object->get_ForeColorDownArrow(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.ForeColorDownArrow = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->ForeColorDownArrow = Clr;
|
||
C |
HRESULT object->put_ForeColorDownArrow(OLE_COLOR Clr); |
||
Delphi |
object
A SftButton object.
Clr
Defines the foreground color for the drop down arrow. For information about color properties, please visit the applicable section "Using SftButton/OCX with ...".
Comments
The ForeColorDownArrow property defines the foreground color for the drop down arrow.
This property has no effect if Windows themes are used.
If the control is disabled (see Enabled property), the foreground color defined using the ForeColorGrayed property is used instead.