|
Copyright © 2002-2005 MultiMedia Soft
Return to index
|
|
Remarks
|
The RGB color used for rendering the background of the cell identified by the UniqueID parameter.
Further information about cells management can be found inside the How to manage cells section.
| ||||||||
|
Get / Set functions
|
ULONG abmCellsGetBackColor (
HWND hWndBtn,
short nUniqueID
);
BOOL abmCellsSetBackColor (
HWND hWndBtn,
short nUniqueID,
ULONG color
);
|