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