public RibbonMenuSection(string Id, string LabelText, int Sequence, RibbonDisplayMode DisplayMode) { this.Id = Id; this.Title = LabelText; this.Sequence = Sequence; this.DisplayMode = DisplayMode; }