Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
5549
Flashing Titel UltraExpandableGroupBox
posted

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

Parents
No Data
Reply
  • 9190
    Suggested Answer
    Offline posted

    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.

    ultraExpandableGroupBoxTextChangeTimer.zip
Children
No Data