|
|
|
|
|
SftButton.DarkEdgeColor Property |
Defines the control's color for dark edges.
Syntax
|
VB.NET |
|||
|
VB |
Clr = object.DarkEdgeColor As OLE_COLOR |
||
|
C#.NET |
|||
|
VC++ |
OLE_COLOR Clr = object->DarkEdgeColor;
|
||
|
C |
HRESULT object->get_DarkEdgeColor(OLE_COLOR* Clr); |
||
|
Delphi |
|||
|
VB.NET |
|||
|
VB |
object.DarkEdgeColor = Clr As OLE_COLOR |
||
|
C#.NET |
|||
|
VC++ |
OLE_COLOR object->DarkEdgeColor = Clr;
|
||
|
C |
HRESULT object->put_DarkEdgeColor(OLE_COLOR Clr); |
||
|
Delphi |
|||
object
A SftButton object.
Clr
Defines the control's color for dark edges. For information about color properties, please visit the applicable section "Using SftButton/OCX with ...".
Comments
The DarkEdgeColor property defines the control's color for dark edges.
This property has no effect if Windows themes are used.