Class Slider
Slider control
public class Slider : Control, ICloneable
- Inheritance
-
objectSlider
- Implements
- Derived
- Inherited Members
Constructors
Slider()
public Slider()
Fields
ControlValue
protected int ControlValue
Field Value
Properties
Max
Maximum value for control
public int Max { get; set; }
Property Value
Min
Minimum value for control
public int Min { get; set; }
Property Value
OnChanged
A Lua script to execute when the control's value has changed
[FileType("Lua")]
public string? OnChanged { get; set; }
Property Value
Value
The current value of the control
public virtual int Value { get; set; }
Property Value
Methods
Clone()
Creates a deep copy of this instance.
public override Control Clone()
Returns
CloneFromTo(Slider, Slider)
Copies all members declared by Slider from one instance to another.
protected static void CloneFromTo(Slider from, Slider to)
Parameters
CloneSlider()
Creates a deep copy of this Slider instance.
public Slider CloneSlider()