Skip to main content

Class Boolean

Text display menu bool input type

Assembly: TextDisplayMenu.dll
View Source
Declaration
public class Boolean : ListBase, IMenuInputItem, IPage

Inheritance: System.Object -> Meadow.Foundation.Displays.UI.InputTypes.InputBase

Implements:
Meadow.Foundation.Displays.UI.IMenuInputItem

Methods

Next()

Go to the next item in the list For Boolean this is a toggle

View Source
Declaration
public override bool Next()
Returns

System.Boolean: true### Previous() Go to the previous item in the list For Boolean this is a toggle

View Source
Declaration
public override bool Previous()
Returns

System.Boolean: true

Implements