Copyright © 1998-2006 MultiMedia Soft 
Return to index  
 
CellsManager.PictureNormal property 
 
Type
LPCTSTR for Visual C++ 
String for Visual Basic
 
 
Syntax
object,CellsManager.PictureNormal(UniqueID) [=String]
 
 
Remarks
The filename of the picture file displayed on the cell, identified by the UniqueID parameter, when the button is enabled. 
Supported bitmap formats are BMP, ICO, GIF, JPG, TIF and PNG. 
If the picture size exceed the cell dimensions, it will be clipped automatically. 
At runtime you can change the picture, through the handle of a bitmap loaded in memory, using the CellsManager.SetPictureFromHandle method.
 
 
See also
CellsManager object. 
CellsManager property. 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 1998-2006 MultiMedia Soft 
Return to index