getToolBarButtonByTabItem(item: PP.Ui.TabItem);
item. Control tab.
The getToolBarButtonByTabItem method returns a button of control tab toolbar.
The returned value is an item of the class PP.Ui.ToolBarButton.
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: