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