Example #1
0
 public BarLookAndFeelStyleItem(BarManager manager, bool privateItem, ActiveLookAndFeelStyle activeStyle, LookAndFeelStyle style) : base(manager, privateItem)
 {
     this.style       = style;
     this.activeStyle = activeStyle;
 }
 bool AvailableStyle(LookAndFeelStyle style)
 {
     return(lookAndFeel.LookAndFeel.Style == style && !UsingXP);
 }
 public CheckBarItemWithStyle(BarManager manager, string text, ItemClickEventHandler handler, ActiveLookAndFeelStyle style, LookAndFeelStyle lfStyle)
     : base(manager, text, handler, style)
 {
     this.lfStyle = lfStyle;
 }
 public BarLookAndFeelStyleItem(BarManager manager, bool privateItem, ActiveLookAndFeelStyle activeStyle, LookAndFeelStyle style)
     : base(manager, privateItem)
 {
     this.style = style;
     this.activeStyle = activeStyle;
 }