I have a DockPanel where in VB.NET I'm adding borders to it at runtime. I'm adding a style resource to this border too.
Via VB.NET code I want to on the mouse over event change the style and then change it back on a mouse out event. How can I do this via VB.NET code?
Via VB.NET code I want to on the mouse over event change the style and then change it back on a mouse out event. How can I do this via VB.NET code?