|
Copyright © 2002-2009 MultiMedia Soft
Return to index
|
|
Remarks
|
The RGB color used for rendering the border 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 abmCellsGetBorderColor (
HWND hWndBtn,
short nUniqueID
);
BOOL abmCellsSetBorderColor (
HWND hWndBtn,
short nUniqueID,
ULONG color
);
|