TdxBar.DockedDockControl Property
Specifies the external dock control to which the current toolbar was previously docked.
Declaration
property DockedDockControl: TdxBarDockControl read; write;
Property Value
Type |
---|
TdxBarDockControl |
Remarks
When you drag a toolbar from the dock control, the DockedDockControl property specifies the dock control to which the current toolbar was previously docked. If this property’s value is not nil, a double-click moves the toolbar back to the dock control as specified by the DockedDockControl property.
See Also