Hi SysNop,
Thanks for contacting Syncfusion Support.
We have internally handled the DrawFocusRectangle property for Metro style in CheckBoxAdv for flat look and appearance. Hence this property has been disabled, for Metro style. If you would like to enable Focus rectangle appearance, we suggest to use the DrawFocusRectangle property after style has been initialized. Please make use of the below code example.
Code Example[C#]:
//Draw focus rectangle for CheckBoxAdv
this.checkBoxAdv1.DrawFocusRectangle = true;
|
We have prepared the sample for your reference and it can be downloaded from here.
Sample : http://www.syncfusion.com/downloads/support/forum/121469/ze/DrawFocusRectangle-1854520924
Please refer the below screenshot for further reference.
Regards,
Senthil