TabControl.AddButton

Syntax

AddButton: PP.Delegate | function (sender,args);

Parameters

sender. Event source.

args. Event information.

Description

The AddButton event occurs on adding a button to the tab control item.

Comments

Use the TabControl.addButton method to add a button.

Example

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

See also:

TabControl