ShortcutBar Articles and Tutorials

Removing the Expand Button

Author: Mike Palmatier
Platform: Visual Basic 6.0

The expand button can is used to display a popup menu with items related to the shortcut bar. Sometimes you might not want to display the expand button in your shortcut bar.

Expand Button

The ShowExpandButton property is used to remove the expand button.

wndShortcutBar.ShowExpandButton = False