Skip to content

UpdateTabs Method

Description

Updates all the categories in the Tabbed Toolbar with any buttons or controls that have been added. Controls will not become visible in the tabs or categories until UpdateTabs is called.

Syntax

Public Sub UpdateTabs()

Remarks

The UpdateTabs method must be called after adding buttons or controls to a category in the tabbed toolbar so the new controls can be added to the appropriate Category.

When adding buttons or controls, the Category property for the new button or control must be set to the name of a category in the tabbed toolbar. After UpdateTabs is called, the buttons will be displayed in the appropriate category.

See Also

Example

TabToolBar Sample


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.