getToolBarButtonByTabItem(item: PP.Ui.TabItem);
item. Control tab.
The getToolBarButtonByTabItem method returns a button of control tab toolbar.
Returned value - element of the PP.Ui.ToolBarButton class.
The method works if the TabControl.UseToolBarSwitch property is set to true.
The example of method use is given in description of the TabControl.removeItemByIndex method.
See also: