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