Class InfoBoxNonModalColor
Info box writer with color support
Inheritance
Namespace: Terminaux.Inputs.Styles.Infobox
Assembly: Terminaux.dll
Syntax
public static class InfoBoxNonModalColor
Methods
| Edit this page View SourceWriteInfoBox(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. |
WriteInfoBox(string, string, params object[])
Writes the info box plainly
Declaration
[Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
public static void WriteInfoBox(string title, string text, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written |
string | text | Text to be written. |
object[] | vars | Variables to format the message before it's written. |
WriteInfoBox(string, string, BorderSettings, params object[])
Writes the info box plainly
Declaration
[Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
public static void WriteInfoBox(string title, string text, BorderSettings settings, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written |
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
object[] | vars | Variables to format the message before it's written. |
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. |
WriteInfoBox(string, BorderSettings, params object[])
Writes the info box plainly
Declaration
[Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
public static void WriteInfoBox(string text, BorderSettings settings, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
object[] | vars | Variables to format the message before it's written. |
WriteInfoBoxColor(string, string, Color, params object[])
Writes the info box plainly
Declaration
[Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
public static void WriteInfoBoxColor(string title, string text, Color InfoBoxTitledColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written |
string | text | Text to be written. |
Color | InfoBoxTitledColor | InfoBoxTitled color |
object[] | vars | Variables to format the message before it's written. |
WriteInfoBoxColor(string, string, BorderSettings, Color, params object[])
Writes the info box plainly
Declaration
[Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
public static void WriteInfoBoxColor(string title, string text, BorderSettings settings, Color InfoBoxTitledColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written |
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
Color | InfoBoxTitledColor | InfoBoxTitled color |
object[] | vars | Variables to format the message before it's written. |
WriteInfoBoxColor(string, Color, params object[])
Writes the info box plainly
Declaration
[Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
public static void WriteInfoBoxColor(string text, Color InfoBoxColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
Color | InfoBoxColor | InfoBox color |
object[] | vars | Variables to format the message before it's written. |
WriteInfoBoxColor(string, BorderSettings, Color, params object[])
Writes the info box plainly
Declaration
[Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
public static void WriteInfoBoxColor(string text, BorderSettings settings, Color InfoBoxColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
Color | InfoBoxColor | InfoBox color |
object[] | vars | Variables to format the message before it's written. |
WriteInfoBoxColorBack(string, string, Color, Color, params object[])
Writes the info box plainly
Declaration
[Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
public static void WriteInfoBoxColorBack(string title, string text, Color InfoBoxTitledColor, Color BackgroundColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written |
string | text | Text to be written. |
Color | InfoBoxTitledColor | InfoBoxTitled color |
Color | BackgroundColor | InfoBoxTitled background color |
object[] | vars | Variables to format the message before it's written. |
WriteInfoBoxColorBack(string, string, BorderSettings, Color, Color, params object[])
Writes the info box plainly
Declaration
[Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
public static void WriteInfoBoxColorBack(string title, string text, BorderSettings settings, Color InfoBoxTitledColor, Color BackgroundColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written |
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
Color | InfoBoxTitledColor | InfoBoxTitled color |
Color | BackgroundColor | InfoBoxTitled background color |
object[] | vars | Variables to format the message before it's written. |
WriteInfoBoxColorBack(string, Color, Color, params object[])
Writes the info box plainly
Declaration
[Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
public static void WriteInfoBoxColorBack(string text, Color InfoBoxColor, Color BackgroundColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
Color | InfoBoxColor | InfoBox color |
Color | BackgroundColor | InfoBox background color |
object[] | vars | Variables to format the message before it's written. |
WriteInfoBoxColorBack(string, BorderSettings, Color, Color, params object[])
Writes the info box plainly
Declaration
[Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
public static void WriteInfoBoxColorBack(string text, BorderSettings settings, Color InfoBoxColor, Color BackgroundColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
Color | InfoBoxColor | InfoBox color |
Color | BackgroundColor | InfoBox background color |
object[] | vars | Variables to format the message before it's written. |
WriteInfoBoxPlain(string, params object[])
Writes the info box plainly
Declaration
[Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
public static void WriteInfoBoxPlain(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. |
WriteInfoBoxPlain(string, string, params object[])
Writes the info box plainly
Declaration
[Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
public static void WriteInfoBoxPlain(string title, string text, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written |
string | text | Text to be written. |
object[] | vars | Variables to format the message before it's written. |
WriteInfoBoxPlain(string, string, BorderSettings, params object[])
Writes the info box plainly
Declaration
[Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
public static void WriteInfoBoxPlain(string title, string text, BorderSettings settings, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written |
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
object[] | vars | Variables to format the message before it's written. |
WriteInfoBoxPlain(string, BorderSettings, params object[])
Writes the info box plainly
Declaration
[Obsolete("This legacy function is to be removed from the final release of Terminaux 7.0. While you can use this in Beta 3, please move all settings to InfoBoxSettings. This is done to clean up the legacy codebase.")]
public static void WriteInfoBoxPlain(string text, BorderSettings settings, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
object[] | vars | Variables to format the message before it's written. |