%HI_SetTreeItemTextColor, %HI_GetTreeItemTextColor function


Function
The function %HI_SetTreeItemTextColor sets the text color of the specified item for Windows control Tree view (Control function).

The function %HI_GetTreeItemTextColor gets back the text color of the specified item for Windows control Tree view.

Declaration
%HI_SetTreeItemTextColor(
   INT in refId,
   INT in itemHandle,
   INT in RGB
 )
 
 
 INT %HI_GetTreeItemTextColor(
   INT in refId,
   INT in itemHandle
 )

Parameters
refId Reference to graphic object (Reference variable).
itemHandle Item handle.
RGB RGB index of color.

Note
To get the RGB index of a color use the function %MakeRGB.
Napíšte komentár