Class InfoBoxSliderColor
Info box writer with slider and color support
Inheritance
Namespace: Terminaux.Inputs.Styles.Infobox
Assembly: Terminaux.dll
Syntax
public static class InfoBoxSliderColor
Methods
| Edit this page View SourceWriteInfoBoxSlider(int, int, string, int, params object[])
Writes the slider info box
Declaration
public static int WriteInfoBoxSlider(int currentPos, int maxPos, string text, int minPos = 0, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
int | currentPos | Current position out of maximum position |
int | maxPos | Maximum position |
string | text | Text to be written. |
int | minPos | Maximum position |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
int |
WriteInfoBoxSlider(int, int, string, InfoBoxSettings, int, params object[])
Writes the slider info box
Declaration
public static int WriteInfoBoxSlider(int currentPos, int maxPos, string text, InfoBoxSettings settings, int minPos = 0, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
int | currentPos | Current position out of maximum position |
int | maxPos | Maximum position |
string | text | Text to be written. |
InfoBoxSettings | settings | Infobox settings to use |
int | minPos | Maximum position |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
int |
WriteInfoBoxSlider(int, int, string, BorderSettings, int, 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 int WriteInfoBoxSlider(int currentPos, int maxPos, string text, BorderSettings settings, int minPos = 0, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
int | currentPos | Current position out of maximum position |
int | maxPos | Maximum position |
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
int | minPos | Maximum position |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
int |
WriteInfoBoxSlider(string, int, int, string, int, 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 int WriteInfoBoxSlider(string title, int currentPos, int maxPos, string text, int minPos = 0, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written |
int | currentPos | Current position out of maximum position |
int | maxPos | Maximum position |
string | text | Text to be written. |
int | minPos | Maximum position |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
int |
WriteInfoBoxSlider(string, int, int, string, BorderSettings, int, 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 int WriteInfoBoxSlider(string title, int currentPos, int maxPos, string text, BorderSettings settings, int minPos = 0, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written |
int | currentPos | Current position out of maximum position |
int | maxPos | Maximum position |
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
int | minPos | Maximum position |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
int |
WriteInfoBoxSliderColor(int, int, string, Color, int, 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 int WriteInfoBoxSliderColor(int currentPos, int maxPos, string text, Color InfoBoxSliderColor, int minPos = 0, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
int | currentPos | Current position out of maximum position |
int | maxPos | Maximum position |
string | text | Text to be written. |
Color | InfoBoxSliderColor | InfoBoxSlider color |
int | minPos | Maximum position |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
int |
WriteInfoBoxSliderColor(int, int, string, BorderSettings, Color, int, 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 int WriteInfoBoxSliderColor(int currentPos, int maxPos, string text, BorderSettings settings, Color InfoBoxSliderColor, int minPos = 0, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
int | currentPos | Current position out of maximum position |
int | maxPos | Maximum position |
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
Color | InfoBoxSliderColor | InfoBoxSlider color |
int | minPos | Maximum position |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
int |
WriteInfoBoxSliderColor(string, int, int, string, Color, int, 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 int WriteInfoBoxSliderColor(string title, int currentPos, int maxPos, string text, Color InfoBoxTitledSliderColor, int minPos = 0, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written |
int | currentPos | Current position out of maximum position |
int | maxPos | Maximum position |
string | text | Text to be written. |
Color | InfoBoxTitledSliderColor | InfoBoxTitledSlider color |
int | minPos | Maximum position |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
int |
WriteInfoBoxSliderColor(string, int, int, string, BorderSettings, Color, int, 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 int WriteInfoBoxSliderColor(string title, int currentPos, int maxPos, string text, BorderSettings settings, Color InfoBoxTitledSliderColor, int minPos = 0, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written |
int | currentPos | Current position out of maximum position |
int | maxPos | Maximum position |
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
Color | InfoBoxTitledSliderColor | InfoBoxTitledSlider color |
int | minPos | Maximum position |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
int |
WriteInfoBoxSliderColorBack(int, int, string, Color, Color, int, 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 int WriteInfoBoxSliderColorBack(int currentPos, int maxPos, string text, Color InfoBoxSliderColor, Color BackgroundColor, int minPos = 0, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
int | currentPos | Current position out of maximum position |
int | maxPos | Maximum position |
string | text | Text to be written. |
Color | InfoBoxSliderColor | InfoBoxSlider color |
Color | BackgroundColor | InfoBoxSlider background color |
int | minPos | Maximum position |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
int |
WriteInfoBoxSliderColorBack(int, int, string, BorderSettings, Color, Color, int, 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 int WriteInfoBoxSliderColorBack(int currentPos, int maxPos, string text, BorderSettings settings, Color InfoBoxSliderColor, Color BackgroundColor, int minPos = 0, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
int | currentPos | Current position out of maximum position |
int | maxPos | Maximum position |
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
Color | InfoBoxSliderColor | InfoBoxSlider color |
Color | BackgroundColor | InfoBoxSlider background color |
int | minPos | Maximum position |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
int |
WriteInfoBoxSliderColorBack(string, int, int, string, Color, Color, int, 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 int WriteInfoBoxSliderColorBack(string title, int currentPos, int maxPos, string text, Color InfoBoxTitledSliderColor, Color BackgroundColor, int minPos = 0, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written |
int | currentPos | Current position out of maximum position |
int | maxPos | Maximum position |
string | text | Text to be written. |
Color | InfoBoxTitledSliderColor | InfoBoxTitledSlider color |
Color | BackgroundColor | InfoBoxTitledSlider background color |
int | minPos | Maximum position |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
int |
WriteInfoBoxSliderColorBack(string, int, int, string, BorderSettings, Color, Color, int, 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 int WriteInfoBoxSliderColorBack(string title, int currentPos, int maxPos, string text, BorderSettings settings, Color InfoBoxTitledSliderColor, Color BackgroundColor, int minPos = 0, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written |
int | currentPos | Current position out of maximum position |
int | maxPos | Maximum position |
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
Color | InfoBoxTitledSliderColor | InfoBoxTitledSlider color |
Color | BackgroundColor | InfoBoxTitledSlider background color |
int | minPos | Maximum position |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
int |
WriteInfoBoxSliderPlain(int, int, string, int, 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 int WriteInfoBoxSliderPlain(int currentPos, int maxPos, string text, int minPos = 0, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
int | currentPos | Current position out of maximum position |
int | maxPos | Maximum position |
string | text | Text to be written. |
int | minPos | Maximum position |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
int |
WriteInfoBoxSliderPlain(int, int, string, BorderSettings, int, 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 int WriteInfoBoxSliderPlain(int currentPos, int maxPos, string text, BorderSettings settings, int minPos = 0, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
int | currentPos | Current position out of maximum position |
int | maxPos | Maximum position |
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
int | minPos | Maximum position |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
int |
WriteInfoBoxSliderPlain(string, int, int, string, int, 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 int WriteInfoBoxSliderPlain(string title, int currentPos, int maxPos, string text, int minPos = 0, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written |
int | currentPos | Current position out of maximum position |
int | maxPos | Maximum position |
string | text | Text to be written. |
int | minPos | Maximum position |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
int |
WriteInfoBoxSliderPlain(string, int, int, string, BorderSettings, int, 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 int WriteInfoBoxSliderPlain(string title, int currentPos, int maxPos, string text, BorderSettings settings, int minPos = 0, params object[] vars)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title to be written |
int | currentPos | Current position out of maximum position |
int | maxPos | Maximum position |
string | text | Text to be written. |
BorderSettings | settings | Border settings to use |
int | minPos | Maximum position |
object[] | vars | Variables to format the message before it's written. |
Returns
Type | Description |
---|---|
int |