Search Results for

    Show / Hide Table of Contents

    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 Source

    InteractiveTuiHelpPage()

    Constructor of the help page

    Declaration
    public InteractiveTuiHelpPage()

    Properties

    | Edit this page View Source

    HelpBody

    Help page body

    Declaration
    public string HelpBody { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    HelpDescription

    Help page description

    Declaration
    public string HelpDescription { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    HelpTitle

    Help page title

    Declaration
    public string HelpTitle { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX