Exemplo 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);
 }
Exemplo 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);
 }