Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. 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");