Skip to main content

Class MenuPage

Text display MenuPage class

Assembly: TextDisplayMenu.dll​
View Source​
Declaration
public class MenuPage : IPage

Implements:
Meadow.Foundation.Displays.UI.IPage

Properties​

ScrollPosition​

The current scroll position

View Source​
Declaration
public int ScrollPosition { get; set; }

The menu items in the page

View Source​
Declaration
public List<MenuItem> MenuItems { get; set; }

Methods​

Next()​

Next input

View Source​
Declaration
public bool Next()
Returns​

System.Boolean: True if the page can navigate forward in the list### Previous() Previous input

View Source​
Declaration
public bool Previous()
Returns​

System.Boolean: True if the page can navigate backwards in the list### Select() Select input

View Source​
Declaration
public bool Select()
Returns​

System.Boolean: True### Back() Select input

View Source​
Declaration
public bool Back()
Returns​

System.Boolean: True

Implements​