Esempio n. 1
0
 /// <summary>
 /// The constructor.
 /// </summary>
 public PushButton()
 {
     SetStyle(ControlStyles.SupportsTransparentBackColor | ControlStyles.UserPaint, true);
     tt = new SimpleToolTip();
 }
Esempio n. 2
0
 /// <summary>
 /// The constructor.
 /// </summary>
 public PushButton()
 {
     SetStyle(ControlStyles.SupportsTransparentBackColor | ControlStyles.UserPaint, true);
     tt = new SimpleToolTip();
 }