IBindingSlider

Assembly: System;

Description

The IBindingSlider interface is used to work with general parameters in value editor as a slider.

Inheritance Hierarchy

          IBindingValue

          IBindingSlider

Comments

The following types of sliders are available:

Properties inherited from IBindingValue

  Property name Brief description
AsString The AsString property determines value editor parameters as a binding string.
Mandatory The Mandatory property manages the ALLOWEMPTY parameter value in a binding string.
MandatoryDefined The MandatoryDefined property determines whether the ALLOWEMPTY parameter is present in a binding string.
ReadOnly The ReadOnly property determines the READONLY parameter value in a binding string.
ReadOnlyDefined The ReadOnlyDefined property determines whether the READONLY parameter is present in a binding string.
UI The UI property returns type of value editor.

See also:

System Assembly Interfaces