TCustomdxBarControl.RepaintBar Method
Repaints a bar control.
Declaration
procedure RepaintBar; virtual;
Remarks
This method recreates all linked item controls, calculates the new size of the toolbar and draws it. Call the RepaintBar method to redraw a bar control after adding new item controls or when the size of a bar control is changed. For instance, when changing the bar manager’s Font or ImageOptions.LargeIcons properties.
See Also