Copyright © 1998-2006 MultiMedia Soft 
Return to index  
 
CellClick event 
 
Remarks 
Occurs when the user presses and releases the left mouse button over the area of an existing cell: this event is not fired if the cell's CellsManager.Visible property is set to FALSE. 
For further details about cells management, see the How to manage cells section. 
 
Syntax 
 
Visual Basic 
BtnEnh1_CellClick (UniqueID as integer) 
 
Visual C++ 
void CellClick (short UniqueID); 
 
 
Parameter
Description
 
 
UniqueID
The UniqueID of the cell's whose area has been clicked.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 1998-2006 MultiMedia Soft 
Return to index