Class ConsoleMenu
public class ConsoleMenu
- Inheritance
-
ConsoleMenu
- Inherited Members
Properties
HelpText
public string? HelpText { get; set; }
Property Value
Items
public List<ConsoleMenuItem> Items { get; set; }
Property Value
Prompt
public string Prompt { get; set; }
Property Value
ShowBackOption
public bool ShowBackOption { get; set; }
Property Value
Subtitle
public string? Subtitle { get; set; }
Property Value
Title
public string Title { get; set; }