Inheritance Hierarchy
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic class NavigationItem : ListItem,
INavigationItem, IListItem
Public Class NavigationItem
Inherits ListItem
Implements INavigationItem, IListItem
type NavigationItem =
class
inherit ListItem
interface INavigationItem
interface IListItem
end
The NavigationItem type exposes the following members.
Constructors
| Name | Description |
---|
 | NavigationItem | Initializes a new instance of the NavigationItem class |
Top
Properties
| Name | Description |
---|
 | Content |
Gets the content for the pane.
|
Top
Remarks
This defines an item on a
Navigation control that contains the item's content and title.
See Also