ComponentOne Sizer 8.0
Frame Property

Returns or sets whether frames are drawn around child controls and the control's client area.

Syntax

[form!]C1Elastic.Frame[ = FrameSettings ]

Remarks

The settings for the Frame property are described below:

Constant

Value

Description

fcNone

0

No frames are drawn.

fcWindowed

1

Frames are drawn around windowed controls.

fcNotWindowed

2

Frames are drawn around non-windowed controls (e.g. labels).

fcChildren

3

Frames are drawn around all child controls.

fcClient

4

A frame is drawn around the Elastic's client area (determined by the BorderWidth property) .

fcAll

7

Frames are drawn around all the client area and all child controls.

Other properties that affect how frames are displayed are: FrameStyle, FrameWidth, FrameColor, and FrameShadow.

Data Type

FrameSettings (Enumeration)

Default Value

fcChildren (3)

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback