Buttons: Object;
The Buttons property determines an object with buttons arrays for each side of a control.
The Buttons property is an object of the following type: { <Item string>: <Buttons array> }.
Array elements are objects of the PP.Ui.Button class.
Use JSON or the setButtons method to set the property value and the getButtons method to get the property value.
The property use is given in description of the TabControl.removeItemByIndex method.
See also: