Redraw toolbar

Command group Flag affected Reversible Execute on client Platform(s)
Toolbars NO NO NO All

Syntax

Redraw toolbar ([Droplists only]) {toolbar-instance}

Options

Droplists only If specified, the command will only redraw the droplists on the toolbar

Description

This command redraws the toolbar instance. You can redraw droplists only using the Droplists only option.

Example

Show docking area {kDockingAreaLeft}
Install toolbar {tbMyToolbar}
# do something
# then redraw the droplists displayed on the toolbar tbMyToolbar
Redraw toolbar (Droplists only) {tbMyToolbar}