Class InfoBoxModalColor
Info box writer with color support
Inheritance
object
InfoBoxModalColor
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, 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. |