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
)
Public Sub Push (
content As Control,
Optional title As String = Nothing
)
member Push :
content : Control *
?title : string
(* Defaults:
let _title = defaultArg title null
*)
-> unit
Parameters
- content
- Type: Eto.FormsControl
Content for the new pane - title (Optional)
- Type: SystemString
Title of the pane
See Also