TabControl.getToolBarButtonByTabItem

Syntax

getToolBarButtonByTabItem(item: PP.Ui.TabItem);

Parameters

item. Control tab.

Description

The getToolBarButtonByTabItem method returns a button of control tab toolbar.

Comments

Returned value - element of the PP.Ui.ToolBarButton class.

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