IRibbonSlider

Assembly: Forms;

Namespace: Prognoz.Platform.Interop.Forms;

Description

The IRibbonSlider interface contains properties of the Slider ribbon control.

Inheritance Hierarchy

          IComponent

          IBaseRibbonElement

          IRibbonSlider

Comments

This control is used to edit values visually by moving the slider.

Properties

  Property name Brief description
The InnerWidth property determines width of the control.
The Maximum property determines the maximum value that can be selected in the control.
The Minimum property determines the minimum value that can be selected in the control.
The Orientation property determines orientation of the control on the panel.
The Value property determines the value specified in the control.
The VisibleButtons property determines whether the additional buttons that should be used for changing the value for the fixed size are displayed in the control.

Properties inherited from IBaseRibbonElement

  Property name Brief description
The Category property returns a tab, in area of which a control is placed.
The Description property determines description of a control.
The Enabled property determines whether a control is available for the user.
The Height returns height of a control.
The Highlighted property returns whether the current control is highlighted.
The Hint property determines text of the tooltip for a control.
The Id property returns identifier of a control.
The Keys property determines a hot key that is used for quick access to a control.
The Left property returns distance from the left border of the parent component to the left border of the current control.
The ParentElement property returns parent control.
The ParentGroup property returns the group, in which this control is included.
The ParentPanel property returns the panel, on which a control is placed.
The Text property determines the text that is displayed in the control area.
The Top property returns the distance from the top border of the parent component to the top border of the current control.
The Visible property determines whether a control is visible.
The Width property returns width of the control.

Properties inherited from IComponent

  Property name Brief description
ComponentCount The ComponentCount property returns the number of child components located on the parent component.
Components The Components property returns the child component, which index is passed by the input parameter.
Data The Data property is used to store any custom data.
Name The Name property determines a component name.
Tag The compiler does not use the Tag property. The user can change the value of the Tag property and use it as he wishes.

See also:

Forms Assembly Interfaces