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

    Stores frame border drag settings.

    Declaration

    TdxControlFrameDragOptions = class(
        TcxInterfacedPersistent
    )

    Remarks

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

    • Allow users to drag frame borders at runtime (Enabled).
    • Specify if the framed control automatically determines its draggable borders (AutoDetectBorders).
    • Adjust the size of the active area where users can start dragging a frame border (DetectionAreaSize).
    • Explicitly specify draggable borders (Borders).

    A framed control’s Frame.Drag property references a TdxControlFrameDragOptions object.

    Note

    Users cannot drag frame borders regardless of the Drag.Enabled property value if the framed control’s AutoSize property is set to True.

    See Also