Esempio n. 1
0
 protected override void OnLoad(EventArgs e)
 {
     shadow          = new RibbonStyle.OffInfoShadow();
     shadow.Location = new Point(this.Location.X + 8, this.Location.Y + 12);
     shadow.Size     = this.Size;
     shadow.Show();
     timer.Start();
     base.OnLoad(e);
 }
Esempio n. 2
0
 protected override void OnLoad(EventArgs e)
 {
     shadow = new RibbonStyle.OffInfoShadow();
     shadow.Location = new Point(this.Location.X + 8, this.Location.Y + 12);
     shadow.Size = this.Size;
     shadow.Show();
     timer.Start();
     base.OnLoad(e);
 }