Create a layout manager that modifies the layout provided by the argument base layout manager.

Namespace: TallComponents.Interaction.LayoutManagers
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.43.1

Syntax

C#
public LayoutManager(
	LayoutManager baseLayoutManager
)
Visual Basic
Public Sub New ( _
	baseLayoutManager As LayoutManager _
)

Parameters

baseLayoutManager
Type: TallComponents.Interaction.LayoutManagers..::..LayoutManager
The base layout manager.

See Also