I believe I've discovered a bug with C1Input.C1TextBox regarding the Enabled setting.
To reproduce, follow these steps using C1Input version 2.0.20073.33104.
- Place a C1TextBox within a GroupBox and set GroupBox.Enabled = False.
- Create a mechanism to enable/disable the GroupBox in runtime.
- Run the app and enable the GroupBox.
Notice how the C1TextBox does not become accessible even after enabling the GroupBox. I can only get the C1TextBox to work if I enable it explicitly. However, even when I do that, the C1TextBox still looks as if it's disabled. The entry text is still grayed out.
I noticed this bug when upgrading from T107 to T108.
Please see the attached ZIP for a demo project using VB in VS 2008.