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