Class InfoBoxProgressColor
Info box writer with progress and color support
Inheritance
object
InfoBoxProgressColor
Namespace
Syntax
public static class InfoBoxProgressColor
Methods
WriteInfoBoxProgress(double, string, params object[])
Writes the progress info box
Returns
Declaration
public static InfoBox WriteInfoBoxProgress(double progress, string text, params object[] vars)
Parameters
| Name | Type | Description |
|---|---|---|
| progress | double | Progress percentage from 0 to 100 |
| text | string | Text to be written. |
| vars | object[] | Variables to format the message before it's written. |
WriteInfoBoxProgress(double, string, InfoBoxSettings, params object[])
Writes the progress info box
Returns
Declaration
public static InfoBox WriteInfoBoxProgress(double progress, string text, InfoBoxSettings settings, params object[] vars)
Parameters
| Name | Type | Description |
|---|---|---|
| progress | double | Progress percentage from 0 to 100 |
| text | string | Text to be written. |
| settings | InfoBoxSettings | Infobox settings to use |
| vars | object[] | Variables to format the message before it's written. |