InputPanel Exception

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi to all.
I have a full screen form with a TextBox.
When I try to set the Enabled property of the InputPanel to true, I get an
unknown exception (with no details).
Does anybody know what may be the probelm?

private void textbox_GotFocus(object sender, EventArgs e)
{
inputPanel.Enabled = true;
}
 
Back
Top