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 Class

Stores frame border appearance and behavior settings.

#Declaration

Delphi
TdxControlFrameOptions = class(
    TcxInterfacedPersistent
)

#Remarks

The TdxControlFrameOptions class has members that allow you to do the following:

  • Hide or display all frame borders (Visible).
  • Change the frame border color (Color).
  • Allow users to drag frame borders at runtime and customize drag-related settings (Drag).
  • Adjust the frame border thickness (Thickness).
  • Specify if the frame border thickness scales according to monitor DPI changes (Scale).
  • Obtain the scaled frame border thickness (ScaledThickness).
  • Hide or display individual frame borders (Borders).
  • Specify if frame borders are drawn in the framed control’s non-client area (DrawInNonClientArea).

A framed control’s Frame property references a TdxControlFrameOptions object.

See Also