Class InfoBoxModalColor
Info box writer with color support
Inheritance
Namespace: Terminaux.Inputs.Styles.Infobox
Assembly: Terminaux.dll
Syntax
public static class InfoBoxModalColor
Methods
| Edit this page View SourceWriteInfoBoxModal(string, params object[])
Writes the info box that appears and waits for user input
Declaration
public static void WriteInfoBoxModal(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. |
WriteInfoBoxModal(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 WriteInfoBoxModal(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. |
WriteInfoBoxModal(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 WriteInfoBoxModal(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. |
WriteInfoBoxModal(string, InfoBoxSettings, params object[])
Writes the info box that appears and waits for user input
Declaration
public static void WriteInfoBoxModal(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. |
WriteInfoBoxModal(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 WriteInfoBoxModal(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. |
WriteInfoBoxModalColor(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 WriteInfoBoxModalColor(string title, string text, Color InfoBoxModalTitledColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written |
string | text | Text to be written. |
Color | InfoBoxModalTitledColor | InfoBoxModalTitled color |
object[] | vars | Variables to format the message before it's written. |
WriteInfoBoxModalColor(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 WriteInfoBoxModalColor(string title, string text, BorderSettings settings, Color InfoBoxModalTitledColor, 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 | InfoBoxModalTitledColor | InfoBoxModalTitled color |
object[] | vars | Variables to format the message before it's written. |
WriteInfoBoxModalColor(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 WriteInfoBoxModalColor(string text, Color InfoBoxModalColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
Color | InfoBoxModalColor | InfoBoxModal color |
object[] | vars | Variables to format the message before it's written. |
WriteInfoBoxModalColor(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 WriteInfoBoxModalColor(string text, BorderSettings settings, Color InfoBoxModalColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
Color | InfoBoxModalColor | InfoBoxModal color |
object[] | vars | Variables to format the message before it's written. |
WriteInfoBoxModalColorBack(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 WriteInfoBoxModalColorBack(string title, string text, Color InfoBoxModalTitledColor, Color BackgroundColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written |
string | text | Text to be written. |
Color | InfoBoxModalTitledColor | InfoBoxModalTitled color |
Color | BackgroundColor | InfoBoxModalTitled background color |
object[] | vars | Variables to format the message before it's written. |
WriteInfoBoxModalColorBack(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 WriteInfoBoxModalColorBack(string title, string text, BorderSettings settings, Color InfoBoxModalTitledColor, 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 | InfoBoxModalTitledColor | InfoBoxModalTitled color |
Color | BackgroundColor | InfoBoxModalTitled background color |
object[] | vars | Variables to format the message before it's written. |
WriteInfoBoxModalColorBack(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 WriteInfoBoxModalColorBack(string text, Color InfoBoxModalColor, Color BackgroundColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
Color | InfoBoxModalColor | InfoBoxModal color |
Color | BackgroundColor | InfoBoxModal background color |
object[] | vars | Variables to format the message before it's written. |
WriteInfoBoxModalColorBack(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 WriteInfoBoxModalColorBack(string text, BorderSettings settings, Color InfoBoxModalColor, Color BackgroundColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
Color | InfoBoxModalColor | InfoBoxModal color |
Color | BackgroundColor | InfoBoxModal background color |
object[] | vars | Variables to format the message before it's written. |
WriteInfoBoxModalPlain(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 WriteInfoBoxModalPlain(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. |
WriteInfoBoxModalPlain(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 WriteInfoBoxModalPlain(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. |
WriteInfoBoxModalPlain(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 WriteInfoBoxModalPlain(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. |
WriteInfoBoxModalPlain(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 WriteInfoBoxModalPlain(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. |