|
Copyright © 1998-2006 MultiMedia Soft
Return to index
|
|
Type
|
LPCTSTR for Visual C++
String for Visual Basic
|
|
|
|
|
Syntax
|
object,CellsManager.PictureDisabled(UniqueID) [=String]
|
|
|
|
|
Remarks
|
The filename of the picture file displayed on the cell, identified by the UniqueID parameter, when the button is disabled.
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.
How to manage cells section.
|