isCOBOL Evolve
:
User Interface
:
Controls Reference
:
TAB-CONTROL
:
Properties
: Tab-Index
Tab-Index
This property represents the Tab that the following properties refer to:
Bitmap-Handle
,
Bitmap-Number
,
Bitmap-Width
, and
Tab-Text
.
Example
- Modify a tab-control to disable page 2
procedure
division
.
...
modify
screen-1-tc-1
tab-index
2
tab-enabled
0
...
This site works best with JavaScript enabled