Class InteractiveTuiHelpPage
Help page information for interactive TUI to provide users with more help
Inheritance
object
InteractiveTuiHelpPage
Namespace: Terminaux.Inputs.Interactive
Assembly: Terminaux.dll
Syntax
public class InteractiveTuiHelpPage
Constructors
| Edit this page View SourceInteractiveTuiHelpPage()
Constructor of the help page
Declaration
public InteractiveTuiHelpPage()
Properties
| Edit this page View SourceHelpBody
Help page body
Declaration
public string HelpBody { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HelpDescription
Help page description
Declaration
public string HelpDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HelpTitle
Help page title
Declaration
public string HelpTitle { get; set; }
Property Value
| Type | Description |
|---|---|
| string |