Copyright © 1998-2006 MultiMedia Soft 
Return to index  
 
SurfaceColor.Color property 
 
Type
OLE_COLOR for Visual C++ 
long for Visual Basic
 
 
Syntax
object.SurfaceColor.Color [=long]
 
 
Remarks
The RGB color used for calculating the gradient 3D rendering. 
In the sample below you can see on the left a button with the default gray value RGB (192, 192, 192) applied and, on the right, the same button with a Cyan value RGB (0, 255, 255) applied. 
 
 
See also
SurfaceColor object. 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 1998-2006 MultiMedia Soft 
Return to index