Click or drag to resize

NavigationPush Method (Control, String)

Pushes a new pane onto the navigation stack with the specified content and title.

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

Parameters

content
Type: Eto.FormsControl
Content for the new pane
title (Optional)
Type: SystemString
Title of the pane
See Also