ContainerControl events

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

Guest

I am extending the ContainerControl to create a new control that will display its controls in a pre-detirmined fashion (ie. a Repeater control)

I want to highlight the current ActiveControl by drwaing a rectangle around it

How do I determine when the ActiveControl on a ContainerControl has changed

Mike
 
* "=?Utf-8?B?TWlrZUg=?= said:
I am extending the ContainerControl to create a new control that will display its controls in a pre-detirmined fashion (ie. a Repeater control).

I want to highlight the current ActiveControl by drwaing a rectangle around it.

How do I determine when the ActiveControl on a ContainerControl has changed?

You can set up handlers for the controls' 'GotFocus' and 'LostFocus' events.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top