I am attempting to convert my Web Edition application to Windows Forms. I have Features being added to an InMemoryFeatureLayer with a ClassBreakStyle that has ClassBreaks defining an appropriate image for the feature based on a ColumnValue.
I have seen a couple of examples in this forum but would like a complete example that demonstrates a popup like lael that occurs when the mouse hovers over the feature image as well as an example of how to make all the popups visible at once (the user has the option of displaying all labels/popups at once). The data for the popup needs to come from custom data in ColumnValues added to each feature.
Thanks a lot and if this is not possible just let me know.