Assembly: System;
Namespace: Prognoz.Platform.Interop.ForeSystem;
The IBindingSlider interface is used to work with general parameters in value editor as a slider.
IBindingSlider
The following types of sliders are available:
IBindingDecimalSlider. Decimal values slider.
IBindingFloatSlider. Slider for real values.
IBindingIntegerSlider. Slider for integer values.
| Property name | Brief description | |
| The AsString property determines value editor parameters as a binding string. | ||
| The Mandatory property manages the ALLOWEMPTY parameter value in a binding string. | ||
| The MandatoryDefined property determines whether the ALLOWEMPTY parameter is present in a binding string. | ||
| The ReadOnly property determines the READONLY parameter value in a binding string. | ||
| The ReadOnlyDefined property determines whether the READONLY parameter is present in a binding string. | ||
| The UI property returns type of value editor. |
See also: