CADability dotNET
Add a control without regenerating the layout

Namespace: CADability.UserInterface
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
void AddControl(
	Control toAdd
)
Visual Basic
Sub AddControl ( _
	toAdd As Control _
)
Visual C++
void AddControl(
	Control^ toAdd
)

Parameters

toAdd
Type: System.Windows.Forms..::..Control
The control to add

See Also