Copyright © 2003-2024 MultiMedia Soft

CellsManager.PictureDisabled property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Function CellsManager.get_PictureDisabled(UniqueID as Short) As String

Public Sub CellsManager.set_PictureDisabled(UniqueID as Short, String)

 

[C#]

public string CellsManager.get_PictureDisabled(short UniqueID);

public void CellsManager.set_PictureDisabled(short UniqueID, string);

 

[C++]

public: String* CellsManager.get_PictureDisabled(short UniqueID);

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

 

 

See also

CellsManagerDesc class.

CellsManager property.

How to manage cells section.