Copyright © 2002-2005 MultiMedia Soft 
Return to index  
 
abmCellsGetCellPos function 
 
Remarks
Retrieves 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 abmCellsGetCellPos
HWND hWndBtn
short nUniqueID, 
short *pPercLeft
short *pPercTop 
); 
 
 
Parameters
Description
hWndBtn
Windows handle associated to the button.
nUniqueID
Numerical value representing the cell's unique identifier.
pPercLeft
Pointer to a variable that will receive, on exit, the cell's left position expressed in percentage of the container control's width.
pPercTop
Pointer to a variable that will receive, on exit, the cell's top position expressed in percentage of the container control's height.
 
 
 
 
 
 
 
Copyright © 2002-2005 MultiMedia Soft 
Return to index