Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxControlFrameOptions.DrawInNonClientArea Property

Specifies if frame borders are drawn in the control’s non-client area.

#Declaration

Delphi
property DrawInNonClientArea: Boolean read; write; default True;

#Property Value

Type Default Description
Boolean True

True, if frame borders are drawn in the control’s non-client area; otherwise, False.

#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