A question about the Click event for ListBox

T

tony

Hello!

If you drag a ListBox into a windowform and then right click on this ListBox
and then chose property.
When you have the properties up click on the flash symbol for seeing all the
events for this ListBox.

The property page where you can see all the events I call property event
page.

Now to my question why isn't there any item for the Click event to select in
the property event page.
Because the ListBox has this type of event.
If the instance of the class ListBox is called listBox1 and you write
listBox. note I have a dot(.) after the object listBox1 you will see that
there exist an event called Click.

Can somebody explain this for me?

//Tony
 
R

Reshma Prabhu

Hi Tony,

I am using VS 2005 IDE. When I click on the properties, i am getting
the Click event in the event list.


Reshma
 

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

Top