Click or drag to resize

Navigation Constructor (Control, String)

Initializes a new instance of the Navigation class with the initial content and title.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Navigation(
	Control content,
	string title = null
)

Parameters

content
Type: Eto.FormsControl
Content.
title (Optional)
Type: SystemString
Title.
See Also