Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
CellsManager.BorderColor property 
 
Type
[Visual Basic] 
Public Property CellsManager.BorderColor(UniqueID as Short) As Color 
 
[C#] 
public Color CellsManager.get_BorderColor(short UniqueID); 
public void CellsManager.set_BorderColor(short UniqueID, Color); 
 
[C++] 
public: __property Color CellsManager.get_BorderColor(short UniqueID); 
public: __property void CellsManager.set_BorderColor(short UniqueID, Color);
 
 
Remarks
The color used for rendering the border of the cell identified by the UniqueID parameter. The default color is Color.Black
The cell's border is visible only if the CellManager.BorderWidth property has been set to 1 or higher: by default this property is set to 0.
 
 
See also
CellsManager property. 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index