TdxDockingController.ResizingDockControl Property
In This Article
Returns the dock control currently being resized.
#Declaration
Delphi
property ResizingDockControl: TdxCustomDockControl read;
#Property Value
Type |
---|
Tdx |
#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