AR
Anupama Roy
Syncfusion Team
April 17, 2006 02:11 PM UTC
Hi Christophe,
I assume that you have set the TextContentAlignment property of CheckBoxAdv and due to that TextAlignment property got initialized automatically.If you do not want to set the alignment of the Text,then remove
both the lines similar to the below given from your InitializeComponent() method
this.checkBoxAdv1.TextAlignment = Syncfusion.Windows.Forms.Tools.TextAlignment.Center;
this.checkBoxAdv1.TextContentAlignment = System.Drawing.ContentAlignment.MiddleCenter;
For now,if you want to specify the alignment of Text,then set TextContentAlignment in the FormLoad event and this will remove the unwanted warnings.
We are able to reproduce the cause and will make the necessary changes immediately.
Sorry for any inconvienience caused.
Thanks,
Anu.