BEHelper.TransPicBox.TransPicBox C# (CSharp) Метод

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

public TransPicBox ( ) : System
Результат System
		public TransPicBox() {
			this.DoubleBuffered = true;
			this.SetStyle(ControlStyles.UserPaint |
						  ControlStyles.AllPaintingInWmPaint |
						  ControlStyles.ResizeRedraw |
						  ControlStyles.ContainerControl |
						  ControlStyles.OptimizedDoubleBuffer |
						  ControlStyles.SupportsTransparentBackColor,
						  true);
		}

Same methods

TransPicBox::TransPicBox ( Control parent, string text ) : System
TransPicBox::TransPicBox ( Control parent, string text, int left, int top, int width, int height ) : System
TransPicBox::TransPicBox ( string text ) : System
TransPicBox::TransPicBox ( string text, int left, int top, int width, int height ) : System