Skip to main content

TdxDockingController.IsDocking Property

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

Declaration

property IsDocking: Boolean read;

Property Value

Type
Boolean

Remarks

The IsDocking property returns True if a dock operation is being performed on a control. Otherwise, the property returns False. If True is returned, the control being docked can be accessed via the DockingDockControl property.

If you need to perform actions as docking starts or finishes, handle the OnStartDocking and OnEndDocking events of dock controls.

See Also