| IMyTerminalControlSlider Methods |
[This is preliminary documentation and is subject to change.]
The IMyTerminalControlSlider type exposes the following members.
| Name | Description | |
|---|---|---|
| RedrawControl |
Recreates the control GUI. This allows you to update the Title of some controls.
(Inherited from IMyTerminalControl.) | |
| SetDualLogLimits(FuncT, TResult, Boolean, IMyTerminalBlock) | ||
| SetDualLogLimits(Single, Single, Single) |
Allows you to set the upper and lower limits of the slider, interpolating on a logarithmic scale at both ends
| |
| SetLimits(FuncT, TResult, Boolean) | ||
| SetLimits(Single, Single) |
Allows you to set the upper and lower limits of the slider
| |
| SetLogLimits(FuncT, TResult, Boolean) | ||
| SetLogLimits(Single, Single) |
Allows you to set the upper and lower limits of the slider, interpolating on a logarithmic scale
| |
| UpdateVisual |
This updates a control that is currently displayed, allowing you to refresh it's state
(Inherited from IMyTerminalControl.) |
| Name | Description | |
|---|---|---|
| AsTValue |
Property type cast
(Defined by TerminalPropertyExtensions.) | |
| AsBool |
Property type cast
(Defined by TerminalPropertyExtensions.) | |
| AsColor |
Property type cast
(Defined by TerminalPropertyExtensions.) | |
| AsFloat |
Property type cast
(Defined by TerminalPropertyExtensions.) | |
| CastTValue |
Property type cast
(Defined by TerminalPropertyExtensions.) | |
| IsTValue |
Check property type
(Defined by TerminalPropertyExtensions.) |