CommonHelperAddControlToParent Method |
Add the provided control to a parent collection.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static void AddControlToParent(
Control parent,
Control c
)
Parameters
- parent Control
- Parent control.
- c Control
- Control to be added.
See Also