Control Constructor

 

Initializes a new instance of the Control class.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

NameDescription
System_CAPS_pubmethodControl()

Initializes a new instance of the Control class with default settings.

System_CAPS_pubmethodControl(Control^, String^)

Initializes a new instance of the Control class as a child control, with specific text.

System_CAPS_pubmethodControl(Control^, String^, Int32, Int32, Int32, Int32)

Initializes a new instance of the Control class as a child control, with specific text, size, and location.

System_CAPS_pubmethodControl(String^)

Initializes a new instance of the Control class with specific text.

System_CAPS_pubmethodControl(String^, Int32, Int32, Int32, Int32)

Initializes a new instance of the Control class with specific text, size, and location.

Return to top
Show: