Copyright © 1998-2006 MultiMedia Soft 
Return to index  
 
FrameEffect property 
 
Type
long for Visual C++ 
enumFrameEffects for Visual Basic
 
 
Syntax
object.FrameEffect  [=enumFrameEffects]
 
 
Remarks
The special effect applied to a frame border. 
This property has effect only if the control Style property has been set to STYLE_FRAME. 
For further information about the use of frames, see the How to use the control as a Frame control section. 
Supported values are the following: 
Mnemonic constant
Value
Meaning
FRAME_EFFECT_RAISED (default)
0
Applies a raised special effect to the frame border.  
FRAME_EFFECT_SUNKEN
1
Applies a sunken special effect to the frame border. 
FRAME_EFFECT_SUNKEN_SIMPLE
2
Applies a simpler sunken special effect to the frame border. 
(Available only with Professional edition)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 1998-2006 MultiMedia Soft 
Return to index