Esempio n. 1
0
 public FixedLinkLabel()
 {
     this.Cursor       = Cursors.Hand;
     this.ForeColor    = (SystemColors.Window.GetBrightness() < 0.5f) ? SystemColors.HotTrack : Color.Blue;
     this._defaultFont = new Font(FontManager.GetDefaultFont(), FontStyle.Underline);
 }