TdxControlFrameOptions.DrawInNonClientArea Property
Specifies if frame borders are drawn in the control’s non-client area.
Declaration
property DrawInNonClientArea: Boolean read; write; default True;
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | True |
|
Remarks
When the DrawInNonClientArea property is set to True, frame borders are drawn in the framed control’s non-client area. This setting ensures that a nested control placed into the framed control never overlaps the displayed borders. You can set the DrawInNonClientArea property to False to draw the frame borders in the client area instead.
The Scale property’s default value is True.
See Also