Skip to content

Category Property

Description

Collection of tabs (TabControlItem objects) that correspond to all the categories that have been added to the Tabbed ToolBar.

Property Type

Read-only property

Syntax (Visual Basic)

Public Property Category( _
    ByVal Index As Long _
) As [TabControlItem](XtremeCommandBars~TabControlItem.md)

Parameters

  • Index: Index of the category in which to return the associated TabControlItem.

Remarks

The Category collection consists of all the tab buttons that are used to access the categories in the Tabbed Toolbar. The TabControlItem can be used to access the tab's caption, hide the tab, etc.

See Also


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