%HI_SetTreeItemBackColor, %HI_GetTreeItemBackColor functions


Functions
The function %HI_SetTreeItemBackColor sets the background color of the specified item for Windows control Tree view (Control function).

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

Declaration
%HI_SetTreeItemBackColor(
   INT in refId,
   INT in itemHandle,
   INT in RGB
 )
 
 
 INT %HI_GetTreeItemBackColor(
   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