How to set the focus rectangle for XPTaskBarItem after selection
18 Nov 20181 minute to read
This can be achieved by setting the DrawFocusRect property to true.
this.xpTaskBarBox1.DrawFocusRect = true;Me.xpTaskBarBox1.DrawFocusRect = True18 Nov 20181 minute to read
This can be achieved by setting the DrawFocusRect property to true.
this.xpTaskBarBox1.DrawFocusRect = true;Me.xpTaskBarBox1.DrawFocusRect = True