Balloon.NET.BalloonVM.BalloonVM C# (CSharp) Метод

BalloonVM() публичный Метод

public BalloonVM ( ) : System
Результат System
		public BalloonVM()
		{
			this.SetStyle(ControlStyles.AllPaintingInWmPaint, true);
			this.SetStyle(ControlStyles.DoubleBuffer, true);
			this.SetStyle(ControlStyles.ResizeRedraw, true);
			this.TopMost = true;
			this.ShowInTaskbar = false;
			this.ForeColor = System.Drawing.SystemColors.InfoText;
			this.BackColor = System.Drawing.SystemColors.Info;
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
		}