ActivePage Property (ATab)

Returns the active page of the ATab object.

Syntax

[ pageActive = ] Object.ActivePage

The ActivePage property syntax has the following parts:

 

Name]

Type

Description

Object

ATab

ATab control

pageActive

ATabPage

active page

Comments

ActivatePage method will cause the  event to be invoked if the active page is changed.

Example

The following example will retrieve the active page of a tab control:

pageActive=tabUsers.ActivePage

Applies to

ATab

See Also

ATab.ActivatePage, ATab.OnPageSelChange