TabControlArgs.Item

Syntax

TabControlArgs.Item == PP.TabItem

Description

The Item property returns the active tab.

Comments

An active tab is a tab on which the user performs some operation, for example, adds or moves it.

Example

The property use is given in description of the TabControl.BeforeAddItem event.

See also:

TabControlArgs