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