How can I help you?
How to set the focus rectangle for XPTaskBarItem after selection
4 Feb 20251 minute to read
This can be achieved by setting the DrawFocusRect property to true.
this.xpTaskBarBox1.DrawFocusRect = true;Me.xpTaskBarBox1.DrawFocusRect = True