Skip to main content

Class OnOff

Text display menu on/off input item

Assembly: TextDisplayMenu.dll​
View Source​
Declaration
public class OnOff : 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 On/Off 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 On/Off this is a toggle

View Source​
Declaration
public override bool Previous()
Returns​

System.Boolean: true

Implements​