Copyright © 2003-2023 MultiMedia Soft

FrameEffect property

Previous pageReturn to chapter overviewNext page

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:

3dcm_i00008d

FrameEffects.Sunken

1

A sunken special effect is applied to the frame border.

3dcm_i000090

FrameEffects.SunkenSimple

2

A simpler sunken special effect is applied to the frame border.

3dcm_i00008f

FrameEffects.None

3

No effect is applied: the frame will appear as a flat panel.