KryptonNavigatorControlCollectionAdd Method |
Adds the specified control to the control collection.
Namespace:
Internal.ComponentFactory.Krypton.Navigator
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public override void Add(
Control value
)
Parameters
- value
- Type: System.Windows.FormsControl
The KryptonPage to add to the control collection.
See Also