|
|
|
SftBoxDropDown.DarkEdgeColor Property |
Defines the drop down button's dark edge color.
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 SftBoxDropDown object.
Clr
Defines the drop down button's dark edge color. For information about color properties, please visit the applicable section "Using SftBox/OCX with ...".
Comments
The DarkEdgeColor property defines the drop down button's dark edge color.
This property only takes effect if DropDown.ButtonStyle is set to constSftBoxDDStyleClassic or a drop down button image has been defined (DropDown.Image property) with a DropDown.ButtonStyle value other than constSftBoxDDStyleHover or constSftBoxDDStyleHoverNoThemes.