Skip to main content
All docs
V26.1
  • TdxControlFrameOptions Class

    Stores frame border appearance and behavior settings.

    Declaration

    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