Disable Tab - TABCTRL SENDMSG() Function 37
Syntax
TF$=SENDMSG(sysgui,id,37,tabidx%,function{,context{,ERR=lineref}})
Description
This function disables or re-enables the tab specified by tabidx%.
|
Parameter |
Description |
|
sysgui |
SYSGUI channel. |
|
id |
Tab control ID. |
|
37 |
Number of this SENDMSG() function. |
|
tabidx% |
Tab item (zero-based) to disable or re-enable. |
|
function |
$00$ - Disable the tab $01$ - Re-enable the tab |