Hi, whats the best way , if i want to flashing (blink) the Titel of a UltraExpandableGroupBox ?I want flashing / fading the colors from red to white and back
Hello martin2004,
I will be happy to assist you with your question.
Windows Forms doesn't provide a good framework for animations. The best approach to your question is to use a timer object (Click here for more Information) to change the ultraExpandableGroupBox text every time the timer equals an interval you specify. I have attached a sample uses the timer as described.
Please run the sample and let me know if you have any question.