|
Copyright © 2002-2009 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 abmCellsAddCellEx (
HWND hWndBtn,
short nUniqueID,
float nPosLeft,
float nPosTop,
float nWidth,
float nHeight,
void *strText
);
|