Is there any way to Highlight Properties/Functions on your custom classes in intellisense? It's used lots in the Framework and it really helps show main features of a class. I've tried looking for an attribute because I know the obsolete attribute influences the display, but no luck.
EDIT
The original question is flawed because of my misunderstanding of how intellisense displays items. As explained in answers the bold items are new properties/functions created by a child class, in other words the Bold is done automatically.
I am still interested if there is any other way to highlight certain functions, I am using ReSharper if that helps.