Copyright © 1998-2006 MultiMedia Soft 
Return to index  
 
TextDescriptor.ColorHalo property 
 
Type
OLE_COLOR for Visual C++ 
long for Visual Basic
 
 
Syntax
object.TextDescriptor.ColorHalo [=long] 
or 
object.CellsManager.TextDescriptor(UniqueID).ColorHalo [=long]
 
 
Remarks
Color of the Halo applied to the text when a Halo special effect has been set through the TextDescriptor.SpecialEffect
By default this color is set to pure White RGB (255, 255, 255). 
Below you can see a sample of button with the caption text surrounded by a pure Yellow RGB (255, 255, 0) Halo. 
 
(Available only with Professional edition)
 
 
See also
TextDescriptor object. 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 1998-2006 MultiMedia Soft 
Return to index