Hi,
is it possible to show the image only for special tabbed documents?
I know I can show the image for all tabbed documents with the property TabbedMdiWindowImagesVisible.
When I get me the TabStripPage instance for the TabbedMdiWindow an set the Image property there, it works until the tab page is repainted.
My only other guess is to create a descendant of the renderer, but that seems a little bit overkill. Isn't there an easier solution?
Best regards, Tobias Lingemann.