|
Copyright © 2002-2005 MultiMedia Soft
Return to index
|
|
Remarks
|
Adds a new cell, identified by a UniqueID identifier, to the list of available cells.
Further information about cells management can be found inside the How to manage cells section.
| ||||||||||||||||
|
Return value
|
| ||||||||||||||||
|
Syntax
|
BOOL abmCellsAddCell (
HWND hWndBtn,
short nUniqueID,
short nPercLeft,
short nPercTop,
short nPercWidth,
short nPercHeight,
void *strText
);
|