Search Results for

    Show / Hide Table of Contents

    Class InfoBoxProgressColor

    Info box writer with progress and color support

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

    Methods

    | Edit this page View Source

    WriteInfoBoxProgress(double, string, params object[])

    Writes the progress info box

    Declaration
    public static void WriteInfoBoxProgress(double progress, string text, params object[] vars)
    Parameters
    Type Name Description
    double progress

    Progress percentage from 0 to 100

    string text

    Text to be written.

    object[] vars

    Variables to format the message before it's written.

    | Edit this page View Source

    WriteInfoBoxProgress(double, string, InfoBoxSettings, params object[])

    Writes the progress info box

    Declaration
    public static void WriteInfoBoxProgress(double progress, string text, InfoBoxSettings settings, params object[] vars)
    Parameters
    Type Name Description
    double progress

    Progress percentage from 0 to 100

    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