Hi Guys,
Is it possible to make GoButton look flat and not the default 3D look it is rendered?
Thanks,
Adi barda
You could override GoButton.PaintButton to do nothing.
And maybe you could override GoButton.OnEnterLeave to change the appearance of the button when the mouse is over it.