DLL
To suppress text tips for specific headers or tasks
Use the SS_TEXTTIPFETCH structure's fields to respond to the SSM_TEXTTIPFETCH message as follows:
-
Specify that you want to suppress text tips for a certain header or cell by responding to the values of the Col and Row fields.
For column headers, set the Col field to 0. For row headers, set the Row field to 0.
- Set the fShow field to 0.