|
Copyright © 2003-2005 MultiMedia Soft
Return to index
|
|
Type
|
[Visual Basic]
Public Property CellsManager.BackColor(UniqueID as Short) As Color
[C#]
public Color CellsManager.get_BackColor(short UniqueID);
public void CellsManager.set_BackColor(short UniqueID, Color);
[C++]
public: __property Color CellsManager.get_BackColor(short UniqueID);
public: __property void CellsManager.set_BackColor(short UniqueID, Color);
|
|
|
|
|
Remarks
|
The color used for rendering the background of the cell identified by the UniqueID parameter.
Setting this property to Color.Empty (default), will render an invisible background.
|
|
|
|
|
See also
|
CellsManagerDesc class.
CellsManager property.
How to manage cells section.
|