Copyright © 1998-2015 MultiMedia Soft

CellsManager.PictureNormal property

Previous pageReturn to chapter overviewNext page

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.CellSetPictureFromHandle method.

 

 

See also

CellsManager object.

CellsManager property.

How to manage cells section.