BeginUpdate;
The BeginUpdate method disables repainting of the ToolBar component.
This method is used to prevent blinking of the component when its properties are changed. This method is used together with the EndUpdate method.
See also:
IToolbar