<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Types > TreeView Control > TreeView Control Commands > TreeView_SetTextColor |
Description
Sets the text color of a treeview control.
Syntax
n = Treeview_SetTextColor(hWnd, ctrlID, Color)
Returns
Number
Parameters
Name |
Type |
Optional |
Meaning |
hWnd |
Number |
No |
Handle of the dialog containing the control |
ctrlID |
Number |
No |
Control identifier assigned to the control during CONTROL ADD ... |
Color |
Number |
No |
Background color to set. Use RGB function to compose requested color. |
Remarks
Restrictions
See also
Examples