TabControl.getToolBarButtonByTabItem

Syntax

getToolBarButtonByTabItem(item: PP.Ui.TabItem);

Parameters

item. Control tab.

Description

The getToolBarButtonByTabItem method returns a button of control tab toolbar.

Comments

The returned value is an item of the class PP.Ui.ToolBarButton.

The method works if the TabControl.UseToolBarSwitch property is set to True.

Example

The example of method use is given in description of the TabControl.removeItemByIndex method.

See also:

TabControl