A tab's enabled state.

Usage

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

Values

[True | False]

Default: True

Indices

IndexDescription
indexIndex to an existing tab.

Remarks

The TabEnabled property allows you to enable or disable any tab at a given index. 1 enables a tab, 0 disables a tab. You may set all tabs’ enabled states to the same state by passing "ALL" as the index value.

  • No labels