Very simple question but can't find an answer:
How do I change value of a progressBar tool I add to my Ribbon?
Ok found the answer
(ultraToolbarsManager1.Tools["ProgressBarTool1"] as ProgressBarTool).Value = 0;