Click or drag to resize

ViewLayoutControl Constructor (VisualControl, ViewBase)

Initialize a new instance of the ViewLayoutControl class.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public ViewLayoutControl(
	VisualControl rootControl,
	ViewBase viewChild
)

Parameters

rootControl
Type: Internal.ComponentFactory.Krypton.ToolkitVisualControl
Top level visual control.
viewChild
Type: Internal.ComponentFactory.Krypton.ToolkitViewBase
View used to size and position the child control.
See Also