Defines the color used to draw the dark edge of the row/column header.
  
Deprecated - Provided for compatibility with earlier versions only - Use
RowColumnHeader.ShadowColor instead
  
   Syntax       
  
  
   
    
     |  | 
       Get
       | 
     
    
     |  |  | 
       VB.NET
      | 
Clr = object.RowColHeaderShadowColor  As System.Drawing.Color  | 
    
     
    
     |  |  | 
       VB
      | 
Clr = object.RowColHeaderShadowColor  As OLE_COLOR
      | 
    
     
    
     |  |  | 
       C#.NET
      | 
System.Drawing.Color Clr = object.RowColHeaderShadowColor; | 
    
     
    
     |  |  | 
       VC++
      | 
OLE_COLOR Clr = object->RowColHeaderShadowColor;
OLE_COLOR Clr = object->GetRowColHeaderShadowColor();
 | 
    
     
    
     |  |  | 
       C
      | 
HRESULT object->get_RowColHeaderShadowColor(OLE_COLOR* Clr);
      | 
    
     
    
     |  |  | 
       Delphi
      | 
Clr := object.RowColHeaderShadowColor  : TColor;
      | 
    
    
     |  | 
       Put
       | 
     
    
     |  |  | 
       VB.NET
      | 
object.RowColHeaderShadowColor = Clr  As System.Drawing.Color  | 
    
     
    
     |  |  | 
       VB
      | 
object.RowColHeaderShadowColor = Clr  As OLE_COLOR
      | 
    
     
    
     |  |  | 
       C#.NET
      | 
System.Drawing.Color object.RowColHeaderShadowColor = Clr; | 
    
     
    
     |  |  | 
       VC++
      | 
OLE_COLOR object->RowColHeaderShadowColor = Clr;
void object->PutRowColHeaderShadowColor(OLE_COLOR Clr);
 | 
    
     
    
     |  |  | 
       C
      | 
HRESULT object->put_RowColHeaderShadowColor(OLE_COLOR Clr);
      | 
    
     
    
     |  |  | 
       Delphi
      | 
object.RowColHeaderShadowColor := Clr  : TColor;
      | 
    
   
  
  
   object
  
   A SftTree object.
    
     Clr
    
       Defines the color used to draw the dark edge of the row/column header. 
       For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".
      
  
   Comments
  
Deprecated - Provided for compatibility with earlier versions only - Use
RowColumnHeader.ShadowColor instead
  
  The RowColHeaderShadowColor property defines the color used to draw the dark edge of the row/column header.
  
  
   This property has no effect if Windows themes 
   are used.
  
  
  
   See Also  SftTree Object | Object Hierarchy
  
 sfttree_rowcolheadershadowcolor.htmlSftTreeOCX70_sfttree_rowcolheadershadowcolor.html
Feedback
/ comments / error reports for this topic
sfttree_rowcolheadershadowcolor.htmlSftTreeOCX70_sfttree_rowcolheadershadowcolor.html
Feedback
/ comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com