Skip to main content

TdxControlFrameDragOptions.Enabled Property

Specifies if users can drag frame borders at runtime.

Declaration

property Enabled: Boolean read; write; default False;

Property Value

Type Default Description
Boolean False

True, if users can drag frame borders at runtime; otherwise, False.

Remarks

Set the Enabled property to True to allow users to drag frame borders if the framed control’s AutoSize property is set to False. Use the AutoDetectBorders and Borders properties to determine which borders are draggable.

The Enabled property’s default value is False.

See Also