Class InfoBoxInputColor
Info box writer with input and color support
Inheritance
object
InfoBoxInputColor
Namespace: Terminaux.Inputs.Styles.Infobox
Assembly: Terminaux.dll
Syntax
public static class InfoBoxInputColor
Methods
| Edit this page View SourceWriteInfoBoxInput(string, string, InfoBoxInputType, params object[])
Writes the input info box
Declaration
public static string WriteInfoBoxInput(string initialValue, string text, InfoBoxInputType inputType = InfoBoxInputType.Text, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | initialValue | Initial value. |
string | text | Text to be written. |
InfoBoxInputType | inputType | Input type |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
string |
WriteInfoBoxInput(string, string, InfoBoxSettings, InfoBoxInputType, params object[])
Writes the input info box
Declaration
public static string WriteInfoBoxInput(string initialValue, string text, InfoBoxSettings settings, InfoBoxInputType inputType = InfoBoxInputType.Text, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | initialValue | Initial value. |
string | text | Text to be written. |
InfoBoxSettings | settings | Infobox settings to use |
InfoBoxInputType | inputType | Input type |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
string |
WriteInfoBoxInput(string, InfoBoxInputType, params object[])
Writes the input info box
Declaration
public static string WriteInfoBoxInput(string text, InfoBoxInputType inputType = InfoBoxInputType.Text, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
InfoBoxInputType | inputType | Input type |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
string |
WriteInfoBoxInput(string, InfoBoxSettings, InfoBoxInputType, params object[])
Writes the input info box
Declaration
public static string WriteInfoBoxInput(string text, InfoBoxSettings settings, InfoBoxInputType inputType = InfoBoxInputType.Text, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to be written. |
InfoBoxSettings | settings | Infobox settings to use |
InfoBoxInputType | inputType | Input type |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
string |