M
Mike Zhang
I am writing a user control which contains a some child controls (all
TextBox controls).
When the user control is loaded, I could set it as focused, but non of it's
child controls is focused. THen I could click on one of the child controls
to make it focused. After that I try to set the focus back from the child
contrl to is parent, theUserControl.Focus() always return false.
Does anyone know how to do it?
Thanks a lot
Mike
TextBox controls).
When the user control is loaded, I could set it as focused, but non of it's
child controls is focused. THen I could click on one of the child controls
to make it focused. After that I try to set the focus back from the child
contrl to is parent, theUserControl.Focus() always return false.
Does anyone know how to do it?
Thanks a lot
Mike