Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
CellsManager.PictureTranspFactor property 
 
Type
[Visual Basic] 
Public Property CellsManager.PictureTranspFactor(UniqueID as Short) As Short 
 
[C#] 
public short CellsManager.get_PictureTranspFactor(short UniqueID); 
public void CellsManager.set_PictureTranspFactor(short UniqueID, short); 
 
[C++] 
public: __property short CellsManager.get_PictureTranspFactor(short UniqueID); 
public: __property void CellsManager.set_PictureTranspFactor(short UniqueID, short);
 
 
Remarks
Applies alpha channel transparency to the picture displayed over the cell identified by the UniqueID parameter. 
This property value can range from a default value of 0 (total opacity) to a value of 255 (total transparency).  A value entered out of this range produces a value of  0. 
Below you can see two buttons: the left one has a cell with a picture inside whose CellsManager.PictureTranspFactor property is set to 0, the cell on the right one has a picture with the CellsManager.PictureTranspFactor property set to 128. 
 
(Available only with Professional edition)
 
 
See also
CellsManager property. 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index