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, 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
    In this article
    Back to top Generated by DocFX