Copyright © 1998-2006 MultiMedia Soft 
Return to index  
 
Surface property 
 
Type
long for Visual C++ 
enumSurfaces for Visual Basic
 
 
Syntax
object.Surface  [=enumSurfaces]
 
 
Remarks
The button surface type. 
Supported values are the following (The pairs of buttons on this page compare buttons in the Normal state with buttons in the Pressed state):  
Mnemonic constant
Value
Meaning
SURFACE_HARD
0 (default)
Hard pillow.  
SURFACE_SOFT
1
Soft pillow: The difference with Hard Pillow is in the Pressed state. 
SURFACE_FLAT
2
Flat 
SURFACE_FLATPIL
3
Flat pillow 
SURFACE_SUNKEN
4
Sunken pillow  (Available only with Professional edition) 
SURFACE_PLASTIC
5
Plastic look (Available only with Professional edition) 
SURFACE_LUCID
6
Lucid look (Available only with Professional edition) 
SURFACE_NEON
7
Neon look (Available only with Professional edition) 
SURFACE_AQUA
8
Aqua look (Available only with Professional edition) 
SURFACE_GEL
9
Gel look (Available only with Professional edition) 
SURFACE_PLASTIC_SHAPED
10
Plastic shaped look (Available only with Professional edition) 
SURFACE_NEON_SHAPED
11
Neon shaped look (Available only with Professional edition) 
SURFACE_AQUA_SHAPED
12
Aqua shaped look (Available only with Professional edition) 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 1998-2006 MultiMedia Soft 
Return to index