Navigation Constructor (INavigationItem) |
Initializes a new instance of the
Navigation class with the initial navigation item.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Navigation(
INavigationItem item
)
Public Sub New (
item As INavigationItem
)
new :
item : INavigationItem -> Navigation
Parameters
- item
- Type: Eto.FormsINavigationItem
Item for the intial content of the navigation control.
See Also