Does Label send an Enter event?

  • Thread starter Thread starter Richard Lewis Haggard
  • Start date Start date
R

Richard Lewis Haggard

I have a label control for which I've added a handler for the Enter event.
However, it doesn't not appear that this event ever gets called. Does Label
support Enter? If yes, is there something special that needs to be done in
order to enable this event?
 
The standard Label control is not selectable, meaning it cannot receive
focus. Therefore its Enter event is never raised. What is the purpose of
this event handler?

Tony
 
It was part of a system that would allow a date time picker that was not
actively being edited and also did not have a valid user input value to
display as a blank rectangle. I've decided to use a text box instead and it
almost does what I want.
 

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