Class InfoBoxMultiInputColor
Info box writer with input and color support
Inheritance
Namespace: Terminaux.Inputs.Styles.Infobox
Assembly: Terminaux.dll
Syntax
public static class InfoBoxMultiInputColor
Methods
| Edit this page View SourceWriteInfoBoxMultiInput(InputModule[], string, params object[])
Writes the multi-input method info box
Declaration
public static bool WriteInfoBoxMultiInput(InputModule[] modules, string text, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
InputModule[] | modules | Input modules to represent their values. |
string | text | Text to be written. |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
bool |
WriteInfoBoxMultiInput(InputModule[], 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 bool WriteInfoBoxMultiInput(InputModule[] modules, string title, string text, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
InputModule[] | modules | Input modules to represent their values. |
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 |
---|---|
bool |
WriteInfoBoxMultiInput(InputModule[], 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 bool WriteInfoBoxMultiInput(InputModule[] modules, string title, string text, BorderSettings settings, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
InputModule[] | modules | Input modules to represent their values. |
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 |
---|---|
bool |
WriteInfoBoxMultiInput(InputModule[], string, InfoBoxSettings, params object[])
Writes the multi-input method info box
Declaration
public static bool WriteInfoBoxMultiInput(InputModule[] modules, string text, InfoBoxSettings settings, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
InputModule[] | modules | Input modules to represent their values. |
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 |
---|---|
bool |
WriteInfoBoxMultiInput(InputModule[], 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 bool WriteInfoBoxMultiInput(InputModule[] modules, string text, BorderSettings settings, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
InputModule[] | modules | Input modules to represent their values. |
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 |
---|---|
bool |
WriteInfoBoxMultiInputColor(InputModule[], 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 bool WriteInfoBoxMultiInputColor(InputModule[] modules, string title, string text, Color InfoBoxTitledColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
InputModule[] | modules | Input modules to represent their values. |
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 |
---|---|
bool |
WriteInfoBoxMultiInputColor(InputModule[], 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 bool WriteInfoBoxMultiInputColor(InputModule[] modules, string title, string text, BorderSettings settings, Color InfoBoxTitledColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
InputModule[] | modules | Input modules to represent their values. |
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 |
---|---|
bool |
WriteInfoBoxMultiInputColor(InputModule[], 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 bool WriteInfoBoxMultiInputColor(InputModule[] modules, string text, Color InfoBoxColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
InputModule[] | modules | Input modules to represent their values. |
string | text | Text to be written. |
Color | InfoBoxColor | InfoBox color |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
bool |
WriteInfoBoxMultiInputColor(InputModule[], 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 bool WriteInfoBoxMultiInputColor(InputModule[] modules, string text, BorderSettings settings, Color InfoBoxColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
InputModule[] | modules | Input modules to represent their values. |
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 |
---|---|
bool |
WriteInfoBoxMultiInputColorBack(InputModule[], 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 bool WriteInfoBoxMultiInputColorBack(InputModule[] modules, string title, string text, Color InfoBoxTitledColor, Color BackgroundColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
InputModule[] | modules | Input modules to represent their values. |
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 |
---|---|
bool |
WriteInfoBoxMultiInputColorBack(InputModule[], 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 bool WriteInfoBoxMultiInputColorBack(InputModule[] modules, string title, string text, BorderSettings settings, Color InfoBoxTitledColor, Color BackgroundColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
InputModule[] | modules | Input modules to represent their values. |
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 |
---|---|
bool |
WriteInfoBoxMultiInputColorBack(InputModule[], 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 bool WriteInfoBoxMultiInputColorBack(InputModule[] modules, string text, Color InfoBoxColor, Color BackgroundColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
InputModule[] | modules | Input modules to represent their values. |
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 |
---|---|
bool |
WriteInfoBoxMultiInputColorBack(InputModule[], 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 bool WriteInfoBoxMultiInputColorBack(InputModule[] modules, string text, BorderSettings settings, Color InfoBoxColor, Color BackgroundColor, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
InputModule[] | modules | Input modules to represent their values. |
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 |
---|---|
bool |
WriteInfoBoxPlainMultiInput(InputModule[], 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 bool WriteInfoBoxPlainMultiInput(InputModule[] modules, string text, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
InputModule[] | modules | Input modules to represent their values. |
string | text | Text to be written. |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
bool |
WriteInfoBoxPlainMultiInput(InputModule[], 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 bool WriteInfoBoxPlainMultiInput(InputModule[] modules, string title, string text, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
InputModule[] | modules | Input modules to represent their values. |
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 |
---|---|
bool |
WriteInfoBoxPlainMultiInput(InputModule[], 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 bool WriteInfoBoxPlainMultiInput(InputModule[] modules, string title, string text, BorderSettings settings, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
InputModule[] | modules | Input modules to represent their values. |
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 |
---|---|
bool |
WriteInfoBoxPlainMultiInput(InputModule[], 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 bool WriteInfoBoxPlainMultiInput(InputModule[] modules, string text, BorderSettings settings, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
InputModule[] | modules | Input modules to represent their values. |
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 |
---|---|
bool |