Skip to main content

TdxDockingController.IsResizing Property

Returns a value indicating whether a resizing operation is currently being performed.

Declaration

property IsResizing: Boolean read;

Property Value

Type
Boolean

Remarks

The IsResizing property returns True if a dock control is currently being resized. The affected control can be obtained via the ResizingDockControl property. If there is no resizing in progress, the IsResizing property returns False.

If you need to respond to starting or finishing a resizing operation, handle the OnStartResizing and OnEndResizing events of dock controls.

See Also