PageSetTabColorΒΆ
PageSetTabColor set the page tab color.
- bool = PageSetTabColor(hPage, rvColor)
Return Value
Is TRUE (1), if the function was successful and otherwise FALSE (0).
Parameters
- hPage
Identifies the page.
- rvColor
rvColor is a vector with 3 elements:
Value
Meaning
rvColorRGB[1]
Red (0 to 255)
rvColorRGB[2]
Green (0 to 255)
rvColorRGB[3]
Blue (0 to 255)
History
Version |
Description |
---|---|
R2013.7 |
New. |
See also
id-1550052