System.Windows.Forms.Control.Control C# (CSharp) Method

Control() public method

public Control ( Control parent, string text ) : System
parent Control
text string
return 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