Copyright © 1998-2006 MultiMedia Soft 
Return to index  
 
SpotlightVisible property 
 
Type
BOOL for Visual C++ 
boolean for Visual Basic
 
 
Syntax
object.SpotlightVisible  [=boolean]
 
 
Remarks
Enables/disables the use of the spotlight for surfaces that, by default, don't use it. 
Due to the fact that for some kind of surface the spotlight is an integral part of the graphic rendering, this property will not apply if the Surface property is set to one of the following values: 
SURFACE_PLASTIC, SURFACE_LUCID, SURFACE_NEON, SURFACE_AQUA and SURFACE_GEL. 
This property can be changed at Design time using the "Lighting" tab
Supported values are the following: 
Value
Meaning
FALSE (default)
No spotlight is applied.
TRUE
Spotlight is applied.
 
 
(Available only with Professional edition) 
For further information about surface lighting, see the How to manage surface lighting section.
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 1998-2006 MultiMedia Soft 
Return to index