Button color on Tab focus

Anyone knows how to change button color(border or all is okay) when it is focused by Tab?
I am using Jeremie’s CustomUI class.

Thanks.

I don’t know the CustomUI Class but with BevelButtons, you can set Colors.
So set the colors in the GotFocus and LostFocus events?

Yes, I think it would work if I could use GotFocus event but there is no such event in CustomerUI button…-.-.

Thanks.

[quote=241231:@changwon lee]Yes, I think it would work if I could use GotFocus event but there is no such event in CustomerUI button…-.-.

Thanks.[/quote]

CustomUI controls are based on canvas. Unless Jeremie has hidden these properties and events, it should have GotFocus. If you have the source code version, it is easy to add an event definition if needed.