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.
|
|