tvSetSelectColor
Jump to navigation
Jump to search
Hover & click on the images for descriptions
Description
- Description:
- Sets the select color of given path.
Syntax
- Syntax:
- ctrl tvSetSelectColor [path, color]
- Parameters:
- ctrl: Control
- path: Array - Path of the item
- color: Array - Color RGBA
- Return Value:
- Nothing
Examples
- Example 1:
-
_control tvSetSelectColor [[0, 0], [1,1,1,0.5]];
Additional Information
- See also:
- tvSetColor
- Groups:
- GUI Control - Tree View