Search Results for

    Show / Hide Table of Contents

    Class InfoBoxMultiInputColor

    Info box writer with input and color support

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

    Methods

    | Edit this page View Source

    WriteInfoBoxMultiInput(InputModule[], string, params object[])

    Writes the multi-input method info box

    Declaration
    public static bool WriteInfoBoxMultiInput(InputModule[] modules, string text, params object[] vars)
    Parameters
    Type Name Description
    InputModule[] modules

    Input modules to represent their values.

    string text

    Text to be written.

    object[] vars

    Variables to format the message before it's written.

    Returns
    Type Description
    bool
    | Edit this page View Source

    WriteInfoBoxMultiInput(InputModule[], string, InfoBoxSettings, params object[])

    Writes the multi-input method info box

    Declaration
    public static bool WriteInfoBoxMultiInput(InputModule[] modules, string text, InfoBoxSettings settings, params object[] vars)
    Parameters
    Type Name Description
    InputModule[] modules

    Input modules to represent their values.

    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
    bool
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX