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