Search Results for

    Show / Hide Table of Contents

    Class InfoBoxInputColor

    Info box writer with input and color support

    Inheritance
    object
    InfoBoxInputColor
    Namespace: Terminaux.Inputs.Styles.Infobox
    Assembly: Terminaux.dll
    Syntax
    public static class InfoBoxInputColor

    Methods

    | Edit this page View Source

    WriteInfoBoxInput(string, string, InfoBoxInputType, params object[])

    Writes the input info box

    Declaration
    public static string WriteInfoBoxInput(string initialValue, string text, InfoBoxInputType inputType = InfoBoxInputType.Text, params object[] vars)
    Parameters
    Type Name Description
    string initialValue

    Initial value.

    string text

    Text to be written.

    InfoBoxInputType inputType

    Input type

    object[] vars

    Variables to format the message before it's written.

    Returns
    Type Description
    string
    | Edit this page View Source

    WriteInfoBoxInput(string, string, InfoBoxSettings, InfoBoxInputType, params object[])

    Writes the input info box

    Declaration
    public static string WriteInfoBoxInput(string initialValue, string text, InfoBoxSettings settings, InfoBoxInputType inputType = InfoBoxInputType.Text, params object[] vars)
    Parameters
    Type Name Description
    string initialValue

    Initial value.

    string text

    Text to be written.

    InfoBoxSettings settings

    Infobox settings to use

    InfoBoxInputType inputType

    Input type

    object[] vars

    Variables to format the message before it's written.

    Returns
    Type Description
    string
    | Edit this page View Source

    WriteInfoBoxInput(string, InfoBoxInputType, params object[])

    Writes the input info box

    Declaration
    public static string WriteInfoBoxInput(string text, InfoBoxInputType inputType = InfoBoxInputType.Text, params object[] vars)
    Parameters
    Type Name Description
    string text

    Text to be written.

    InfoBoxInputType inputType

    Input type

    object[] vars

    Variables to format the message before it's written.

    Returns
    Type Description
    string
    | Edit this page View Source

    WriteInfoBoxInput(string, InfoBoxSettings, InfoBoxInputType, params object[])

    Writes the input info box

    Declaration
    public static string WriteInfoBoxInput(string text, InfoBoxSettings settings, InfoBoxInputType inputType = InfoBoxInputType.Text, params object[] vars)
    Parameters
    Type Name Description
    string text

    Text to be written.

    InfoBoxSettings settings

    Infobox settings to use

    InfoBoxInputType inputType

    Input type

    object[] vars

    Variables to format the message before it's written.

    Returns
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX