Articles in this section
Category / Section

How to display focus rectangle in CheckBoxAdv?

1 min read

In CheckBoxAdv, it is possible to display selection rectangle by using property named DrawFocusRectangle.

 

The following code example demonstrates the same.

C#

//Draw focus rectangle for CheckBoxAdv
this.checkBoxAdv1.DrawFocusRectangle = true;

 

VB

'Draw focus rectangle for CheckBoxAdv
Me.checkBoxAdv1.DrawFocusRectangle = True
 

 

C:\Users\keerthana.jegannatha\Pictures\FocusRect.png

Figure 1. Draw Focus rectangle in CheckBoxAdv when it is selected with image

Sample Links:

 

C#: How to draw Focus rectangle in CheckBoxAdv when it is selected?

 

VB: How to draw Focus rectangle in CheckBoxAdv when it is selected?

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied