A tab's visibility.

Usage

Set_Property(OLECtrlEntID, "OLE.TabVisible[index]", Boolean)

Values

[True | False]

Default: True

Indices

IndexDescription
indexIndex to an existing tab.

Remarks

The TabVisible property establishes whether a given tab is visible or hidden. Set this to 1 to show a given tab and 0 to hide it. You may set all tab visibility states to the same value by passing "ALL" as the index value.

  • No labels