Exposing Properties and Events

  • Thread starter Thread starter William Bates
  • Start date Start date
W

William Bates

I think there is a better NG for this question, but as my current
interest in .NET is for mobile devices, I lurk here.

In the properties tab on VS2003, I only see some of the accessible
properties for a component. Is there any way to see them all, especially
filtered by the framework target.

For example, a PictureBox has a MouseMove event, but this is not exposed
in the Events section in Properties.

Is there any setting to show *all* the properties and events for a
component? Are there any plans for a change in VS2005?

Many thanks.
 
The designer doesn't properly show everything. Try IntelliSense, or look in
the MSDN documentation (though that's still not 100% accurate).

-Chris
 
Back
Top