Difference between revisions of "TBCanvas.SelectedColor2"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision) |
m (3 revisions imported) |
||
(One intermediate revision by the same user not shown) | |||
Line 12: | Line 12: | ||
The second color (for a gradient background) used to indicate that a [[TBCanvas.Button|Button]] is selected. | The second color (for a gradient background) used to indicate that a [[TBCanvas.Button|Button]] is selected. | ||
If this color is equal to &c000000, a solid background is displayed. | If this color is equal to &c000000, a solid background is displayed. | ||
+ | |||
If you need to use full black as second color, set this property to &c000001. | If you need to use full black as second color, set this property to &c000001. |
Latest revision as of 16:24, 7 August 2015
Property (As Color = &c000000)
The second color (for a gradient background) used to indicate that a Button is selected. If this color is equal to &c000000, a solid background is displayed.
If you need to use full black as second color, set this property to &c000001.