IsTabEnabled Method (OracleFormsTabBar)

Action

Returns whether or not the tab is currently enabled.

Syntax

C#
tabEnabled = oracleFormsTabBar.IsTabEnabled(tab)
VB
tabEnabled = oracleFormsTabBar.IsTabEnabled(tab)
Variable Description
tabEnabled True if the tab is enabled; otherwise false. Boolean.
tab The name or index of the tab. ItemIdentifier.