Search Results for

    Show / Hide Table of Contents

    Class InfoBoxNonModalColor

    Info box writer with color support

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

    Methods

    | Edit this page View Source

    WriteInfoBox(string, params object[])

    Writes the info box that just appears

    Declaration
    public static void WriteInfoBox(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.

    | Edit this page View Source

    WriteInfoBox(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 void WriteInfoBox(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.

    | Edit this page View Source

    WriteInfoBox(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 void WriteInfoBox(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.

    | Edit this page View Source

    WriteInfoBox(string, InfoBoxSettings, params object[])

    Writes the info box that just appears

    Declaration
    public static void WriteInfoBox(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.

    | Edit this page View Source

    WriteInfoBox(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 void WriteInfoBox(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.

    | Edit this page View Source

    WriteInfoBoxColor(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 void WriteInfoBoxColor(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.

    | Edit this page View Source

    WriteInfoBoxColor(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 void WriteInfoBoxColor(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.

    | Edit this page View Source

    WriteInfoBoxColor(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 void WriteInfoBoxColor(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.

    | Edit this page View Source

    WriteInfoBoxColor(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 void WriteInfoBoxColor(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.

    | Edit this page View Source

    WriteInfoBoxColorBack(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 void WriteInfoBoxColorBack(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.

    | Edit this page View Source

    WriteInfoBoxColorBack(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 void WriteInfoBoxColorBack(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.

    | Edit this page View Source

    WriteInfoBoxColorBack(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 void WriteInfoBoxColorBack(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.

    | Edit this page View Source

    WriteInfoBoxColorBack(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 void WriteInfoBoxColorBack(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.

    | Edit this page View Source

    WriteInfoBoxPlain(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 void WriteInfoBoxPlain(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.

    | Edit this page View Source

    WriteInfoBoxPlain(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 void WriteInfoBoxPlain(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.

    | Edit this page View Source

    WriteInfoBoxPlain(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 void WriteInfoBoxPlain(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.

    | Edit this page View Source

    WriteInfoBoxPlain(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 void WriteInfoBoxPlain(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.

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX