Completed
Last Updated: 20 Jan 2015 13:31 by ADMIN
ADMIN
Stefan
Created on: 16 Dec 2011 10:48
Category: Buttons
Type: Bug Report
2
FIX. TPF - RadImageButtonElement - ImageHovered and ImageClicked properties are not taken into consideration.
To reproduce add RadDock to a form and use the following code on a button click.
           DocumentWindow document = new DocumentWindow();
            radDock1.AddDocument(document);
            document.TabStripItem.ShowCloseButton = true;
            document.TabStripItem.CloseButton.Image = image1;
            document.TabStripItem.CloseButton.ImageHovered = image2;
            document.TabStripItem.CloseButton.ImageClicked = image3;

The result is that instead of having three different images for the different states, only the main Image is displayed.
0 comments