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, params object[])

    Writes the input info box

    Declaration
    public static string WriteInfoBoxInput(string text, params object[] vars)
    Parameters
    Type Name Description
    string text

    Text to be written.

    object[] vars

    Variables to format the message before it's written.

    Returns
    Type Description
    string
    | Edit this page View Source

    WriteInfoBoxInput(string, string, params object[])

    Writes the info box plainly

    Declaration
    [Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
    public static string WriteInfoBoxInput(string title, string text, params object[] vars)
    Parameters
    Type Name Description
    string title

    Title to be written

    string text

    Text to be written.

    object[] vars

    Variables to format the message before it's written.

    Returns
    Type Description
    string
    | Edit this page View Source

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

    Writes the info box plainly

    Declaration
    [Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
    public static string WriteInfoBoxInput(string title, string text, BorderSettings settings, params object[] vars)
    Parameters
    Type Name Description
    string title

    Title to be written

    string text

    Text to be written.

    BorderSettings settings

    Border settings to use

    object[] vars

    Variables to format the message before it's written.

    Returns
    Type Description
    string
    | Edit this page View Source

    WriteInfoBoxInput(string, InfoBoxSettings, params object[])

    Writes the input info box

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

    Text to be written.

    InfoBoxSettings settings

    Infobox settings to use

    object[] vars

    Variables to format the message before it's written.

    Returns
    Type Description
    string
    | Edit this page View Source

    WriteInfoBoxInput(string, BorderSettings, params object[])

    Writes the info box plainly

    Declaration
    [Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
    public static string WriteInfoBoxInput(string text, BorderSettings settings, params object[] vars)
    Parameters
    Type Name Description
    string text

    Text to be written.

    BorderSettings settings

    Border settings to use

    object[] vars

    Variables to format the message before it's written.

    Returns
    Type Description
    string
    | Edit this page View Source

    WriteInfoBoxInputChar(string, params object[])

    Writes the single-character input info box

    Declaration
    public static string WriteInfoBoxInputChar(string text, params object[] vars)
    Parameters
    Type Name Description
    string text

    Text to be written.

    object[] vars

    Variables to format the message before it's written.

    Returns
    Type Description
    string
    | Edit this page View Source

    WriteInfoBoxInputChar(string, InfoBoxSettings, params object[])

    Writes the single-character input info box

    Declaration
    public static string WriteInfoBoxInputChar(string text, InfoBoxSettings settings, params object[] vars)
    Parameters
    Type Name Description
    string text

    Text to be written.

    InfoBoxSettings settings

    Infobox settings to use

    object[] vars

    Variables to format the message before it's written.

    Returns
    Type Description
    string
    | Edit this page View Source

    WriteInfoBoxInputColor(string, string, Color, params object[])

    Writes the info box plainly

    Declaration
    [Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
    public static string WriteInfoBoxInputColor(string title, string text, Color InfoBoxTitledColor, params object[] vars)
    Parameters
    Type Name Description
    string title

    Title to be written

    string text

    Text to be written.

    Color InfoBoxTitledColor

    InfoBoxTitled color

    object[] vars

    Variables to format the message before it's written.

    Returns
    Type Description
    string
    | Edit this page View Source

    WriteInfoBoxInputColor(string, string, BorderSettings, Color, params object[])

    Writes the info box plainly

    Declaration
    [Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
    public static string WriteInfoBoxInputColor(string title, string text, BorderSettings settings, Color InfoBoxTitledColor, params object[] vars)
    Parameters
    Type Name Description
    string title

    Title to be written

    string text

    Text to be written.

    BorderSettings settings

    Border settings to use

    Color InfoBoxTitledColor

    InfoBoxTitled color

    object[] vars

    Variables to format the message before it's written.

    Returns
    Type Description
    string
    | Edit this page View Source

    WriteInfoBoxInputColor(string, Color, params object[])

    Writes the info box plainly

    Declaration
    [Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
    public static string WriteInfoBoxInputColor(string text, Color InfoBoxColor, params object[] vars)
    Parameters
    Type Name Description
    string text

    Text to be written.

    Color InfoBoxColor

    InfoBox color

    object[] vars

    Variables to format the message before it's written.

    Returns
    Type Description
    string
    | Edit this page View Source

    WriteInfoBoxInputColor(string, BorderSettings, Color, params object[])

    Writes the info box plainly

    Declaration
    [Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
    public static string WriteInfoBoxInputColor(string text, BorderSettings settings, Color InfoBoxColor, params object[] vars)
    Parameters
    Type Name Description
    string text

    Text to be written.

    BorderSettings settings

    Border settings to use

    Color InfoBoxColor

    InfoBox color

    object[] vars

    Variables to format the message before it's written.

    Returns
    Type Description
    string
    | Edit this page View Source

    WriteInfoBoxInputColorBack(string, string, Color, Color, params object[])

    Writes the info box plainly

    Declaration
    [Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
    public static string WriteInfoBoxInputColorBack(string title, string text, Color InfoBoxTitledColor, Color BackgroundColor, params object[] vars)
    Parameters
    Type Name Description
    string title

    Title to be written

    string text

    Text to be written.

    Color InfoBoxTitledColor

    InfoBoxTitled color

    Color BackgroundColor

    InfoBoxTitled background color

    object[] vars

    Variables to format the message before it's written.

    Returns
    Type Description
    string
    | Edit this page View Source

    WriteInfoBoxInputColorBack(string, string, BorderSettings, Color, Color, params object[])

    Writes the info box plainly

    Declaration
    [Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
    public static string WriteInfoBoxInputColorBack(string title, string text, BorderSettings settings, Color InfoBoxTitledColor, Color BackgroundColor, params object[] vars)
    Parameters
    Type Name Description
    string title

    Title to be written

    string text

    Text to be written.

    BorderSettings settings

    Border settings to use

    Color InfoBoxTitledColor

    InfoBoxTitled color

    Color BackgroundColor

    InfoBoxTitled background color

    object[] vars

    Variables to format the message before it's written.

    Returns
    Type Description
    string
    | Edit this page View Source

    WriteInfoBoxInputColorBack(string, Color, Color, params object[])

    Writes the info box plainly

    Declaration
    [Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
    public static string WriteInfoBoxInputColorBack(string text, Color InfoBoxColor, Color BackgroundColor, params object[] vars)
    Parameters
    Type Name Description
    string text

    Text to be written.

    Color InfoBoxColor

    InfoBox color

    Color BackgroundColor

    InfoBox background color

    object[] vars

    Variables to format the message before it's written.

    Returns
    Type Description
    string
    | Edit this page View Source

    WriteInfoBoxInputColorBack(string, BorderSettings, Color, Color, params object[])

    Writes the info box plainly

    Declaration
    [Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
    public static string WriteInfoBoxInputColorBack(string text, BorderSettings settings, Color InfoBoxColor, Color BackgroundColor, params object[] vars)
    Parameters
    Type Name Description
    string text

    Text to be written.

    BorderSettings settings

    Border settings to use

    Color InfoBoxColor

    InfoBox color

    Color BackgroundColor

    InfoBox background color

    object[] vars

    Variables to format the message before it's written.

    Returns
    Type Description
    string
    | Edit this page View Source

    WriteInfoBoxInputPassword(string, params object[])

    Writes the masked input info box

    Declaration
    public static string WriteInfoBoxInputPassword(string text, params object[] vars)
    Parameters
    Type Name Description
    string text

    Text to be written.

    object[] vars

    Variables to format the message before it's written.

    Returns
    Type Description
    string
    | Edit this page View Source

    WriteInfoBoxInputPassword(string, string, params object[])

    Writes the info box plainly

    Declaration
    [Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
    public static string WriteInfoBoxInputPassword(string title, string text, params object[] vars)
    Parameters
    Type Name Description
    string title

    Title to be written

    string text

    Text to be written.

    object[] vars

    Variables to format the message before it's written.

    Returns
    Type Description
    string
    | Edit this page View Source

    WriteInfoBoxInputPassword(string, string, BorderSettings, params object[])

    Writes the info box plainly

    Declaration
    [Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
    public static string WriteInfoBoxInputPassword(string title, string text, BorderSettings settings, params object[] vars)
    Parameters
    Type Name Description
    string title

    Title to be written

    string text

    Text to be written.

    BorderSettings settings

    Border settings to use

    object[] vars

    Variables to format the message before it's written.

    Returns
    Type Description
    string
    | Edit this page View Source

    WriteInfoBoxInputPassword(string, InfoBoxSettings, params object[])

    Writes the masked input info box

    Declaration
    public static string WriteInfoBoxInputPassword(string text, InfoBoxSettings settings, params object[] vars)
    Parameters
    Type Name Description
    string text

    Text to be written.

    InfoBoxSettings settings

    Infobox settings to use

    object[] vars

    Variables to format the message before it's written.

    Returns
    Type Description
    string
    | Edit this page View Source

    WriteInfoBoxInputPassword(string, BorderSettings, params object[])

    Writes the info box plainly

    Declaration
    [Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
    public static string WriteInfoBoxInputPassword(string text, BorderSettings settings, params object[] vars)
    Parameters
    Type Name Description
    string text

    Text to be written.

    BorderSettings settings

    Border settings to use

    object[] vars

    Variables to format the message before it's written.

    Returns
    Type Description
    string
    | Edit this page View Source

    WriteInfoBoxInputPasswordColor(string, string, Color, params object[])

    Writes the info box plainly

    Declaration
    [Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
    public static string WriteInfoBoxInputPasswordColor(string title, string text, Color InfoBoxTitledColor, params object[] vars)
    Parameters
    Type Name Description
    string title

    Title to be written

    string text

    Text to be written.

    Color InfoBoxTitledColor

    InfoBoxTitled color

    object[] vars

    Variables to format the message before it's written.

    Returns
    Type Description
    string
    | Edit this page View Source

    WriteInfoBoxInputPasswordColor(string, string, BorderSettings, Color, params object[])

    Writes the info box plainly

    Declaration
    [Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
    public static string WriteInfoBoxInputPasswordColor(string title, string text, BorderSettings settings, Color InfoBoxTitledColor, params object[] vars)
    Parameters
    Type Name Description
    string title

    Title to be written

    string text

    Text to be written.

    BorderSettings settings

    Border settings to use

    Color InfoBoxTitledColor

    InfoBoxTitled color

    object[] vars

    Variables to format the message before it's written.

    Returns
    Type Description
    string
    | Edit this page View Source

    WriteInfoBoxInputPasswordColor(string, Color, params object[])

    Writes the info box plainly

    Declaration
    [Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
    public static string WriteInfoBoxInputPasswordColor(string text, Color InfoBoxColor, params object[] vars)
    Parameters
    Type Name Description
    string text

    Text to be written.

    Color InfoBoxColor

    InfoBox color

    object[] vars

    Variables to format the message before it's written.

    Returns
    Type Description
    string
    | Edit this page View Source

    WriteInfoBoxInputPasswordColor(string, BorderSettings, Color, params object[])

    Writes the info box plainly

    Declaration
    [Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
    public static string WriteInfoBoxInputPasswordColor(string text, BorderSettings settings, Color InfoBoxColor, params object[] vars)
    Parameters
    Type Name Description
    string text

    Text to be written.

    BorderSettings settings

    Border settings to use

    Color InfoBoxColor

    InfoBox color

    object[] vars

    Variables to format the message before it's written.

    Returns
    Type Description
    string
    | Edit this page View Source

    WriteInfoBoxInputPasswordColorBack(string, string, Color, Color, params object[])

    Writes the info box plainly

    Declaration
    [Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
    public static string WriteInfoBoxInputPasswordColorBack(string title, string text, Color InfoBoxTitledColor, Color BackgroundColor, params object[] vars)
    Parameters
    Type Name Description
    string title

    Title to be written

    string text

    Text to be written.

    Color InfoBoxTitledColor

    InfoBoxTitled color

    Color BackgroundColor

    InfoBoxTitled background color

    object[] vars

    Variables to format the message before it's written.

    Returns
    Type Description
    string
    | Edit this page View Source

    WriteInfoBoxInputPasswordColorBack(string, string, BorderSettings, Color, Color, params object[])

    Writes the info box plainly

    Declaration
    [Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
    public static string WriteInfoBoxInputPasswordColorBack(string title, string text, BorderSettings settings, Color InfoBoxTitledColor, Color BackgroundColor, params object[] vars)
    Parameters
    Type Name Description
    string title

    Title to be written

    string text

    Text to be written.

    BorderSettings settings

    Border settings to use

    Color InfoBoxTitledColor

    InfoBoxTitled color

    Color BackgroundColor

    InfoBoxTitled background color

    object[] vars

    Variables to format the message before it's written.

    Returns
    Type Description
    string
    | Edit this page View Source

    WriteInfoBoxInputPasswordColorBack(string, Color, Color, params object[])

    Writes the info box plainly

    Declaration
    [Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
    public static string WriteInfoBoxInputPasswordColorBack(string text, Color InfoBoxColor, Color BackgroundColor, params object[] vars)
    Parameters
    Type Name Description
    string text

    Text to be written.

    Color InfoBoxColor

    InfoBox color

    Color BackgroundColor

    InfoBox background color

    object[] vars

    Variables to format the message before it's written.

    Returns
    Type Description
    string
    | Edit this page View Source

    WriteInfoBoxInputPasswordColorBack(string, BorderSettings, Color, Color, params object[])

    Writes the info box plainly

    Declaration
    [Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
    public static string WriteInfoBoxInputPasswordColorBack(string text, BorderSettings settings, Color InfoBoxColor, Color BackgroundColor, params object[] vars)
    Parameters
    Type Name Description
    string text

    Text to be written.

    BorderSettings settings

    Border settings to use

    Color InfoBoxColor

    InfoBox color

    Color BackgroundColor

    InfoBox background color

    object[] vars

    Variables to format the message before it's written.

    Returns
    Type Description
    string
    | Edit this page View Source

    WriteInfoBoxPlainInput(string, params object[])

    Writes the info box plainly

    Declaration
    [Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
    public static string WriteInfoBoxPlainInput(string text, params object[] vars)
    Parameters
    Type Name Description
    string text

    Text to be written.

    object[] vars

    Variables to format the message before it's written.

    Returns
    Type Description
    string
    | Edit this page View Source

    WriteInfoBoxPlainInput(string, string, params object[])

    Writes the info box plainly

    Declaration
    [Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
    public static string WriteInfoBoxPlainInput(string title, string text, params object[] vars)
    Parameters
    Type Name Description
    string title

    Title to be written

    string text

    Text to be written.

    object[] vars

    Variables to format the message before it's written.

    Returns
    Type Description
    string
    | Edit this page View Source

    WriteInfoBoxPlainInput(string, string, BorderSettings, params object[])

    Writes the info box plainly

    Declaration
    [Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
    public static string WriteInfoBoxPlainInput(string title, string text, BorderSettings settings, params object[] vars)
    Parameters
    Type Name Description
    string title

    Title to be written

    string text

    Text to be written.

    BorderSettings settings

    Border settings to use

    object[] vars

    Variables to format the message before it's written.

    Returns
    Type Description
    string
    | Edit this page View Source

    WriteInfoBoxPlainInput(string, BorderSettings, params object[])

    Writes the info box plainly

    Declaration
    [Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
    public static string WriteInfoBoxPlainInput(string text, BorderSettings settings, params object[] vars)
    Parameters
    Type Name Description
    string text

    Text to be written.

    BorderSettings settings

    Border settings to use

    object[] vars

    Variables to format the message before it's written.

    Returns
    Type Description
    string
    | Edit this page View Source

    WriteInfoBoxPlainInputPassword(string, params object[])

    Writes the info box plainly

    Declaration
    [Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
    public static string WriteInfoBoxPlainInputPassword(string text, params object[] vars)
    Parameters
    Type Name Description
    string text

    Text to be written.

    object[] vars

    Variables to format the message before it's written.

    Returns
    Type Description
    string
    | Edit this page View Source

    WriteInfoBoxPlainInputPassword(string, string, params object[])

    Writes the info box plainly

    Declaration
    [Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
    public static string WriteInfoBoxPlainInputPassword(string title, string text, params object[] vars)
    Parameters
    Type Name Description
    string title

    Title to be written

    string text

    Text to be written.

    object[] vars

    Variables to format the message before it's written.

    Returns
    Type Description
    string
    | Edit this page View Source

    WriteInfoBoxPlainInputPassword(string, string, BorderSettings, params object[])

    Writes the info box plainly

    Declaration
    [Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
    public static string WriteInfoBoxPlainInputPassword(string title, string text, BorderSettings settings, params object[] vars)
    Parameters
    Type Name Description
    string title

    Title to be written

    string text

    Text to be written.

    BorderSettings settings

    Border settings to use

    object[] vars

    Variables to format the message before it's written.

    Returns
    Type Description
    string
    | Edit this page View Source

    WriteInfoBoxPlainInputPassword(string, BorderSettings, params object[])

    Writes the info box plainly

    Declaration
    [Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
    public static string WriteInfoBoxPlainInputPassword(string text, BorderSettings settings, params object[] vars)
    Parameters
    Type Name Description
    string text

    Text to be written.

    BorderSettings settings

    Border settings to use

    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