From 75f6653fc7096c0c459f33eb16a324f073c3e3c8 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Wed, 8 Dec 2021 14:01:19 +0300 Subject: Create Ribbon dir --- Source/Ribbon/RibbonController.cs | 45 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 Source/Ribbon/RibbonController.cs (limited to 'Source/Ribbon/RibbonController.cs') diff --git a/Source/Ribbon/RibbonController.cs b/Source/Ribbon/RibbonController.cs new file mode 100644 index 0000000..c4ca6d7 --- /dev/null +++ b/Source/Ribbon/RibbonController.cs @@ -0,0 +1,45 @@ +using System.Runtime.InteropServices; +using System.Windows.Forms; +using ExcelDna.Integration.CustomUI; +using RehauSku.Assist; + +namespace Ribbon +{ + [ComVisible(true)] + public class RibbonController : ExcelRibbon + { + public override string GetCustomUI(string RibbonID) + { + return @" + + + + + +