A tab's enabled state.
Set_Property(OLECtrlEntID, "OLE.TabEnabled[index]", Boolean) |
[True | False]
Default: True
Index | Description |
---|---|
index | Index to an existing tab. |
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.