Intellisense does not work with base classes members?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Giovanni Bassi

    Intellisense does not work with base classes members?

    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


  • Jay B. Harlow [MVP - Outlook]

    #2
    Re: Intellisense does not work with base classes members?

    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

    "Giovanni Bassi" <gbassi@coair.c om> wrote in message
    news:OlSXj9CjDH A.3204@tk2msftn gp13.phx.gbl...[color=blue]
    > 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[/color]
    happens[color=blue]
    > 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
    >
    >[/color]


    Comment

    • Giovanni Bassi

      #3
      Re: Intellisense does not work with base classes members?

      Giovanni,

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

      Giovanni Bassi


      "Jay B. Harlow [MVP - Outlook]" <Jay_Harlow@ema il.msn.com> wrote in message
      news:eXTKyGDjDH A.2504@TK2MSFTN GP09.phx.gbl...[color=blue]
      > Giovanni,
      > BindingContext is an "Advanced Member". Advanced members are hidden by
      > default.
      >
      > You can use 'Tools - Options - Text Editor - Basic - General' to change[/color]
      the[color=blue]
      > 'Hide advance members' option.
      >
      > Hope this helps
      > Jay
      >
      > "Giovanni Bassi" <gbassi@coair.c om> wrote in message
      > news:OlSXj9CjDH A.3204@tk2msftn gp13.phx.gbl...[color=green]
      > > Hello All,
      > >
      > > I just got some help on another issue which involved using the
      > > BindingContext Property, which is inherited from Control. The only[/color][/color]
      problem[color=blue][color=green]
      > > is that this property is not shown with Intellisense. The same thing[/color]
      > happens[color=green]
      > > 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[/color][/color]
      class[color=blue][color=green]
      > > members.
      > > Does anyone know why?
      > >
      > > Thanks,
      > >
      > > Giovanni Bassi
      > >
      > >[/color]
      >
      >[/color]


      Comment

      Working...