How to draw or hide focus rectangle for the ButtonAdv

28 Apr 20211 minute to read

This page explains How to Draw or Hide Focus Rectangle for the ButtonAdv Control and more details.

How to Draw or Hide Focus Rectangle for the ButtonAdv Control

ButtonControl shows some special features which the user interacts with the control. Those properties are discussed in this section.

Properties Description
KeepFocusRectangle Specifies whether rectangle will be drawn around the control when it is focused at run time.
this.buttonAdv1.KeepFocusRectangle = true;
Me.buttonAdv1.KeepFocusRectangle = True

Overview_img76