Copyright © 2002-2005 MultiMedia Soft 
Return to index  
 
abmCellsGetCellSize function 
 
Remarks
Retrieves the current size for the cell identified by a UniqueID identifier. 
Further information about cells management can be found inside the How to manage cells section.
Return value
Value
Meaning
 
 
FALSE
The operation failed
TRUE
The operation was successful
Syntax
BOOL abmCellsGetCellSize
HWND hWndBtn
short nUniqueID, 
short *pPercWidth
short *pPercHeight 
); 
 
 
Parameters
Description
hWndBtn
Windows handle associated to the button.
nUniqueID
Numerical value representing the cell's unique identifier.
pPercWidth
Pointer to a variable that will receive, on exit, the cell's width expressed in percentage of the container control's width
pPercHeight
Pointer to a variable that will receive, on exit, the cell's height expressed in percentage of the container control's height
 
 
 
 
 
 
 
Copyright © 2002-2005 MultiMedia Soft 
Return to index