Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
How to display a different icon for a soft type of WTPart based on the value of an attribute in WC?
Extend WTPartIconDelegate for WTParts
//As per logic decide the icon for the subtype
IconSelector icon = new IconSelector("netmarkets/images/part/custom_part.gif");