Custom Solution Explorer Icon for Component

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a class inherited from component with a specialized designer. I would
like to know how I can customize the icon that appears next to my class name
in the solution explorer. Right now, the only icon that will appear is the
Component icon which is the same for any class inherited from Component.

For example, I would like to know how Visual Studio knows to change the icon
in the solution explorer when a class inherits from System.Windows.Forms.Form.

Please note, that I am not asking how to set the icon in the toolbox.
 
Hi Jon,
I would like to know how I can customize the icon that
appears next to my class name in the solution explorer.

I am afraid the icon you concerned is not customizable in Visual Studio
IDE, we don't expose an interface/property about this feature.

Thanks for your understanding!


Best regards,

Gary Chang
Microsoft Community Support
======================================================
PLEASE NOTE the newsgroup SECURE CODE and PASSWORD will be updated at 9:00
AM PST, February 14, 2006. Please complete a re-registration process by
entering the secure code mmpng06 when prompted. Once you have entered the
secure code mmpng06, you will be able to update your profile and access the
partner newsgroups.
======================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from this issue.
======================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
======================================================
 
Back
Top