New Ribbon: designer properties for ToolTip settings

Posted by: wknauf on 20 September 2020, 5:54 am EST

    • Post Options:
    • Link

    Posted 20 September 2020, 5:54 am EST

    Hi C1,

    I noticed that version .438 adds several lines of code to “InitializeComponent” when opening a “C1.Win.Ribbon.C1RibbonForm” subclass in designer:

    
          this.c1RibbonMain.ToolTipSettings.BackColor = System.Drawing.Color.White;
          this.c1RibbonMain.ToolTipSettings.BackgroundGradient = C1.Win.Ribbon.ToolTipGradient.None;
          this.c1RibbonMain.ToolTipSettings.Border = true;
          this.c1RibbonMain.ToolTipSettings.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(190)))), ((int)(((byte)(190)))));
          this.c1RibbonMain.ToolTipSettings.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
          this.c1RibbonMain.ToolTipSettings.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(93)))), ((int)(((byte)(93)))));
          this.c1RibbonMain.ToolTipSettings.InitialDelay = 900;
          this.c1RibbonMain.ToolTipSettings.ReshowDelay = 180;
          this.c1RibbonMain.ToolTipSettings.Shadow = false;
    
    

    This should probably not happen, as these are all default values?

    Best regards

    Wolfgang

  • Posted 20 September 2020, 4:23 pm EST

    Hello Wolfgang,

    We have forwarded this to the developers and will let you know once we get any update on this from their end.

    [Internal Tracking Id: 464823]



    Regards,

    Prabhat Sharma.

  • Posted 27 April 2021, 8:53 pm EST

    Hello,

    The issue has been resolved in the latest build, please upgrade to the latest version to get rid of this issue.

    You can update your controls using the latest ComponentOneControlPanel utility that you can download from the given link:

    https://www.grapecity.com/componentone/download

    Regards,

    Prabhat Sharma.

  • Posted 28 April 2021, 8:25 pm EST

    Thanks!

    Wolfgang

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels