Skip to main content

Class Boolean

Text display menu bool input type

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

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

Implements:
Meadow.Foundation.Displays.UI.IMenuInputItem, Meadow.Foundation.Displays.UI.IPage

Methods

Next()

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

View Source
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
public override bool Previous()
Returns

System.Boolean: true

Implements