Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
CellsManager.PictureDisabled property 
 
Type
[Visual Basic] 
Public Property CellsManager.PictureDisabled(UniqueID as Short) As String 
 
[C#] 
public string CellsManager.get_PictureDisabled(short UniqueID); 
public void CellsManager.set_PictureDisabled(short UniqueID, string); 
 
[C++] 
public: __property String* CellsManager.get_PictureDisabled(short UniqueID); 
public: __property void CellsManager.set_PictureDisabled(short 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 property. 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index