Set Tab Attributes - TABCTRL SENDMSG() Function 36
Syntax
TF$=SENDMSG(sysgui,id,36,tabidx%,tabdes${,context{,ERR=lineref}})
Description
This function sets tab attributes.
Parameter |
Description |
sysgui |
SYSGUI channel. |
id |
Tab control ID. |
36 |
Number of this SENDMSG() function. |
tabidx% |
Identifies the tab for which to set attributes. |
tabdes$ |
String containing a description of a tab and uses the following template: imageidx:i(2),id:i(2),text:c(1*=0) The imageidx field contains the index of the displayed image list tab image (-1 indicates no image). The id field contains the ID of a control or child window to be displayed when the tab is selected by the user (-1 indicates that no control or child window should be displayed automatically). The text field contains the text displayed on the tab. |