Skip to main content

TdxControlFrameOptions.Drag Property

Provides access to frame border drag settings.

Declaration

property Drag: TdxControlFrameDragOptions read; write;

Property Value

Type Description
TdxControlFrameDragOptions

Frame border drag settings.

Remarks

Set the Drag.Enabled property to True to allow users to drag frame borders at runtime. If this property is set to True, you can use the Drag.Borders property to forbid or allow users to drag individual frame borders.

Refer to the TdxControlFrameDragOptions class description for information on all available options.

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