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