Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
FrameEffect property 
 
Type
[Visual Basic] 
Public Property FrameEffect As Ctl3d.FrameEffects 
 
[C#] 
public Ctl3d.FrameEffects FrameEffect {get; set;} 
 
[C++] 
public: __property Ctl3d.FrameEffects get_FrameEffect(); 
public: __property void set_FrameEffect (Ctl3d.FrameEffects);
 
 
Remarks
The special effect applied to a frame border. 
This property is available only for the Ctl3dGroupBox controls. 
Supported values are the following: 
Enumerated value
Value
Meaning
FrameEffects.Raised (default)
0
A raised special effect is applied to the frame border. Below you can see a sample of the control with three checkboxes inside: 
FrameEffects.Sunken
1
A sunken special effect is applied to the frame border. 
FrameEffects.SunkenSimple
2
A simpler sunken special effect is applied to the frame border. 
FrameEffects.None
3
No effect is applied: the frame will appear as a flat panel.
(Available only with Professional edition)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index