Class OnOff
Text display menu on/off input item
Assembly: TextDisplayMenu.dll
View Source
public class OnOff : 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 On/Off this is a toggle
View Source
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
public override bool Previous()
Returns
System.Boolean
: true