Hi Telerik
I want to replace the image displayed when ShowCloseButton is active on a document tabstripitem while maintaining its hover and pressed image behaviour.
I create the dodument window at run time and I can get the image to change to a static image using the following line
document.TabStripItem.CloseButton.Image = Resources.GreenTickNormal22;
where "document" is typeof(DocumentWindow)
I also have added the following lines to get the image to change but these lines don't seem to be working
document.TabStripItem.CloseButton.ImageHovered = Resources.GreenTickHover22;;
document.TabStripItem.CloseButton.ImageClicked = Resources.GreenTickClick22;
Am I missing and event somewhere which needs to be raised?
Regards
Ian Carson
I want to replace the image displayed when ShowCloseButton is active on a document tabstripitem while maintaining its hover and pressed image behaviour.
I create the dodument window at run time and I can get the image to change to a static image using the following line
document.TabStripItem.CloseButton.Image = Resources.GreenTickNormal22;
where "document" is typeof(DocumentWindow)
I also have added the following lines to get the image to change but these lines don't seem to be working
document.TabStripItem.CloseButton.ImageHovered = Resources.GreenTickHover22;;
document.TabStripItem.CloseButton.ImageClicked = Resources.GreenTickClick22;
Am I missing and event somewhere which needs to be raised?
Regards
Ian Carson