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 SourceWriteInfoBoxProgress(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. |
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. |