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