| 
       
  | 
     
       
  | 
     
       
  | 
    
| 
       SftBoxDropDown.BlackEdgeColor Property  | 
     
Defines the drop down button's black edge color.
Syntax
| 
       VB.NET  | 
     |||
| 
       VB  | 
     
       Clr = object.BlackEdgeColor As OLE_COLOR  | 
    ||
| 
       C#.NET  | 
     |||
| 
       VC++  | 
     
       
OLE_COLOR Clr = object->BlackEdgeColor;
  | 
    ||
| 
       C  | 
     
       HRESULT object->get_BlackEdgeColor(OLE_COLOR* Clr);  | 
    ||
| 
       Delphi  | 
     |||
| 
       VB.NET  | 
     |||
| 
       VB  | 
     
       object.BlackEdgeColor = Clr As OLE_COLOR  | 
    ||
| 
       C#.NET  | 
     |||
| 
       VC++  | 
     
       
OLE_COLOR object->BlackEdgeColor = Clr;
  | 
    ||
| 
       C  | 
     
       HRESULT object->put_BlackEdgeColor(OLE_COLOR Clr);  | 
    ||
| 
       Delphi  | 
     |||
object
A SftBoxDropDown object.
Clr
Defines the drop down button's black edge color. For information about color properties, please visit the applicable section "Using SftBox/OCX with ...".
Comments
The BlackEdgeColor property defines the drop down button's black 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.