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

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

public TransPicBox ( string text ) : System
text string
Результат System
		public TransPicBox(string text)
			: base(text) {
		}

Same methods

TransPicBox::TransPicBox ( ) : System
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, int left, int top, int width, int height ) : System