Copyright © 2002-2005 MultiMedia Soft 
Return to index  
 
abmCellsSetCellSize function 
 
Remarks
Modifies 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 abmCellsSetCellSize
HWND hWndBtn
short nUniqueID, 
short nPercWidth
short nPercHeight 
); 
 
 
Parameters
Description
hWndBtn
Windows handle associated to the button.
nUniqueID
Numerical value representing the cell's unique identifier.
nPercWidth
Numerical value representing the new cell's width expressed in percentage of the container control's width
nPercHeight
Numerical value representing the new cell's height expressed in percentage of the container control's height
 
 
 
 
 
 
 
Copyright © 2002-2005 MultiMedia Soft 
Return to index