Inheritance Hierarchy
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public 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 |
TopProperties
| Name | Description |
---|
| Content |
Gets the content for the pane.
|
TopRemarks
This defines an item on a
Navigation control that contains the item's content and title.
See Also