|
Copyright © 2003-2005 MultiMedia Soft
Return to index
|
|
Type
|
[Visual Basic]
Public Property CellsManager.BackTranspFactor(UniqueID as Short) As Short
[C#]
public short CellsManager.get_BackTranspFactor(short UniqueID);
public void CellsManager.set_BackTranspFactor(short UniqueID, short);
[C++]
public: __property short CellsManager.get_BackTranspFactor(short UniqueID);
public: __property void CellsManager.set_BackTranspFactor(short UniqueID, short);
|
|
|
|
|
Remarks
|
Applies alpha channel transparency to the background of 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.
(Available only with Professional edition)
|
|
|
|
|
See also
|
CellsManagerDesc class.
CellsManager property.
How to manage cells section.
|