TBCanvas.SelectedColor2

From Jeremie Leroy - XOJO Controls Wiki
Revision as of 17:24, 7 August 2015 by Admin (Talk | contribs) (3 revisions imported)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Property (As Color = &c000000)
aTBCanvas.SelectedColor2 = newValue
or
Color = &c000000Value = aTBCanvas.SelectedColor2


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.