Class InfoBoxInputColor
Info box writer with input and color support
Inheritance
Namespace: Terminaux.Inputs.Styles.Infobox
Assembly: Terminaux.dll
Syntax
public static class InfoBoxInputColor
Methods
| Edit this page View SourceWriteInfoBoxInput(string, params object[])
Writes the input info box
Declaration
public static string WriteInfoBoxInput(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. |
Returns
Type | Description |
---|---|
string |
WriteInfoBoxInput(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 string WriteInfoBoxInput(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. |
Returns
Type | Description |
---|---|
string |
WriteInfoBoxInput(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 string WriteInfoBoxInput(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. |
Returns
Type | Description |
---|---|
string |
WriteInfoBoxInput(string, InfoBoxSettings, params object[])
Writes the input info box
Declaration
public static string WriteInfoBoxInput(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. |
Returns
Type | Description |
---|---|
string |
WriteInfoBoxInput(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 string WriteInfoBoxInput(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. |
Returns
Type | Description |
---|---|
string |
WriteInfoBoxInputChar(string, params object[])
Writes the single-character input info box
Declaration
public static string WriteInfoBoxInputChar(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. |
Returns
Type | Description |
---|---|
string |
WriteInfoBoxInputChar(string, InfoBoxSettings, params object[])
Writes the single-character input info box
Declaration
public static string WriteInfoBoxInputChar(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. |
Returns
Type | Description |
---|---|
string |
WriteInfoBoxInputColor(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 string WriteInfoBoxInputColor(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. |
Returns
Type | Description |
---|---|
string |
WriteInfoBoxInputColor(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 string WriteInfoBoxInputColor(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. |
Returns
Type | Description |
---|---|
string |
WriteInfoBoxInputColor(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 string WriteInfoBoxInputColor(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. |
Returns
Type | Description |
---|---|
string |
WriteInfoBoxInputColor(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 string WriteInfoBoxInputColor(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. |
Returns
Type | Description |
---|---|
string |
WriteInfoBoxInputColorBack(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 string WriteInfoBoxInputColorBack(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. |
Returns
Type | Description |
---|---|
string |
WriteInfoBoxInputColorBack(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 string WriteInfoBoxInputColorBack(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. |
Returns
Type | Description |
---|---|
string |
WriteInfoBoxInputColorBack(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 string WriteInfoBoxInputColorBack(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. |
Returns
Type | Description |
---|---|
string |
WriteInfoBoxInputColorBack(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 string WriteInfoBoxInputColorBack(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. |
Returns
Type | Description |
---|---|
string |
WriteInfoBoxInputPassword(string, params object[])
Writes the masked input info box
Declaration
public static string WriteInfoBoxInputPassword(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. |
Returns
Type | Description |
---|---|
string |
WriteInfoBoxInputPassword(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 string WriteInfoBoxInputPassword(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. |
Returns
Type | Description |
---|---|
string |
WriteInfoBoxInputPassword(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 string WriteInfoBoxInputPassword(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. |
Returns
Type | Description |
---|---|
string |
WriteInfoBoxInputPassword(string, InfoBoxSettings, params object[])
Writes the masked input info box
Declaration
public static string WriteInfoBoxInputPassword(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. |
Returns
Type | Description |
---|---|
string |
WriteInfoBoxInputPassword(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 string WriteInfoBoxInputPassword(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. |
Returns
Type | Description |
---|---|
string |
WriteInfoBoxInputPasswordColor(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 string WriteInfoBoxInputPasswordColor(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. |
Returns
Type | Description |
---|---|
string |
WriteInfoBoxInputPasswordColor(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 string WriteInfoBoxInputPasswordColor(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. |
Returns
Type | Description |
---|---|
string |
WriteInfoBoxInputPasswordColor(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 string WriteInfoBoxInputPasswordColor(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. |
Returns
Type | Description |
---|---|
string |
WriteInfoBoxInputPasswordColor(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 string WriteInfoBoxInputPasswordColor(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. |
Returns
Type | Description |
---|---|
string |
WriteInfoBoxInputPasswordColorBack(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 string WriteInfoBoxInputPasswordColorBack(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. |
Returns
Type | Description |
---|---|
string |
WriteInfoBoxInputPasswordColorBack(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 string WriteInfoBoxInputPasswordColorBack(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. |
Returns
Type | Description |
---|---|
string |
WriteInfoBoxInputPasswordColorBack(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 string WriteInfoBoxInputPasswordColorBack(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. |
Returns
Type | Description |
---|---|
string |
WriteInfoBoxInputPasswordColorBack(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 string WriteInfoBoxInputPasswordColorBack(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. |
Returns
Type | Description |
---|---|
string |
WriteInfoBoxPlainInput(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 string WriteInfoBoxPlainInput(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. |
Returns
Type | Description |
---|---|
string |
WriteInfoBoxPlainInput(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 string WriteInfoBoxPlainInput(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. |
Returns
Type | Description |
---|---|
string |
WriteInfoBoxPlainInput(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 string WriteInfoBoxPlainInput(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. |
Returns
Type | Description |
---|---|
string |
WriteInfoBoxPlainInput(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 string WriteInfoBoxPlainInput(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. |
Returns
Type | Description |
---|---|
string |
WriteInfoBoxPlainInputPassword(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 string WriteInfoBoxPlainInputPassword(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. |
Returns
Type | Description |
---|---|
string |
WriteInfoBoxPlainInputPassword(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 string WriteInfoBoxPlainInputPassword(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. |
Returns
Type | Description |
---|---|
string |
WriteInfoBoxPlainInputPassword(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 string WriteInfoBoxPlainInputPassword(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. |
Returns
Type | Description |
---|---|
string |
WriteInfoBoxPlainInputPassword(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 string WriteInfoBoxPlainInputPassword(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. |
Returns
Type | Description |
---|---|
string |