Re: button control hover background transparency



I'm still curious about how to do this with the native .NET control,
but I solved the problem for myself by switching to Infragistics
NetAdvantage .NET controls.

The solution involves just setting the right properties.

Using this control also solved another problem more easily; I wanted
to display a different image when the mouse moved over the button.
Infragistics UltraWinButton has a subset of properties for Apperance,
HotTrackApperance, and PressedAppearence.

Thanks, Bren
.


Loading