TdxStatusBarToolbarPanelStyle.Toolbar Property
Specifies a toolbar docked to the Toolbar Panel.
Declaration
property Toolbar: TdxBar read; write;
Property Value
Type |
---|
TdxBar |
Remarks
Use this property to dock a toolbar into the Ribbon Status Bar’s Toolbar Panel (see the Status Bar panel’s PanelStyle property).
Only a single specified toolbar can be bound to a status bar. You cannot place the same toolbar in two or more places simultaneously.
See Also