Copyright © 1998-2006 MultiMedia Soft 
Return to index  
 
TextDescriptor.TransparentFactor property 
 
Type
short for Visual C++ 
integer for Visual Basic
 
 
Syntax
object.TextDescriptor.TransparentFactor [=integer] 
or 
object.CellsManager.TextDescriptor(UniqueID).TransparentFactor [=integer]
 
 
Remarks
Applies alpha channel transparency to text. 
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 either a value of  0 or a value of  255, whichever is closer to the entered value. 
Below you can see a sample of two identical buttons, the left one with the property set to 0 (total opacity) and the right one with the property set to 128. 
 
(Available only with Professional edition)
 
 
See also
TextDescriptor object. 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 1998-2006 MultiMedia Soft 
Return to index