I have a custom control that inherits from UserControl, and I can't get it's properties to show in intellisense. For example, I have a property:
public string Title;
but if I start typing:
ff:myControl Tit...
Nothing shows up (like I think it should). I have tried adding attributes like Browsable, EditorBrowsable, etc, but nothing is seeming to work - what am I forgetting?