TdxDockingController.ResizingDockControl Property
Returns the dock control currently being resized.
Declaration
property ResizingDockControl: TdxCustomDockControl read;
Property Value
Type |
---|
TdxCustomDockControl |
Remarks
The ResizingDockControl property is used to obtain the control currently being resized. If no resizing operation is in progress, the property returns nil. The IsResizing property returns False in this case.
If you need to respond to starting or finishing a resizing operation, handle the OnStartResizing and OnEndResizing events of dock controls.
See Also