Intellisense does not work with base classes members?

G

Giovanni Bassi

Hello All,

I just got some help on another issue which involved using the
BindingContext Property, which is inherited from Control. The only problem
is that this property is not shown with Intellisense. The same thing happens
for all the other members as well. I have seen that this does not happen
with the inherited classes I design. I can still see the public base class
members.
Does anyone know why?

Thanks,

Giovanni Bassi
 
J

Jay B. Harlow [MVP - Outlook]

Giovanni,
BindingContext is an "Advanced Member". Advanced members are hidden by
default.

You can use 'Tools - Options - Text Editor - Basic - General' to change the
'Hide advance members' option.

Hope this helps
Jay
 
G

Giovanni Bassi

Giovanni,

Ok, got it.
Strangely only VB has this feature turned on...
Thanks again, Jay!

Giovanni Bassi
 

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