TabControl.Buttons

Syntax

Buttons: Object;

Description

The Buttons property determines an object with buttons arrays for each side of a control.

Comments

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.

Example

The property use is given in description of the TabControl.removeItemByIndex method.

See also:

TabControl