System.Windows.Forms.Control.Control C# (CSharp) Метод

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

public Control ( Control parent, string text ) : System
parent Control
text string
Результат System
		public Control (Control parent, string text) : this()
		{
			Text=text;
			Parent=parent;
		}

Same methods

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