[]
TrackBar element in a C1Ribbon control.
public class RibbonTrackBar : RibbonItem, IComponent, IDisposable, ISupportUiaContainer, IUiaRangeValueProvider
| Name | Description |
|---|---|
| RibbonTrackBar() | Creates a new instance of RibbonTrackBar. |
| Name | Description |
|---|---|
| ButtonPressDelay | Gets or sets the interval before the '+' and '-' buttons start firing click events, in milliseconds. |
| ButtonPressInterval | Gets or sets the interval between clicks when the '+' or '-' buttons are kept pressed, in milliseconds. |
| Maximum | Gets or sets the maximum value of the track bar range. |
| Minimum | Gets or sets the minimum value of the track bar range. |
| ShowInMore | Gets or sets a value indicating if this RibbonItem can be shown in drop down part of the More button when ribbon is simplified. |
| StepFrequency | Gets or sets a value that specifies the delta between thumb positions on the RibbonTrackBar. |
| TickFrequency | Gets or sets a value that specifies the delta between ticks drawn on the RibbonTrackBar. |
| Value | Gets or sets the current value of the RibbonTrackBar. |
| Width | Gets or sets the width of the RibbonTrackBar. |
| Name | Description |
|---|---|
| OnMinusClick(CancelEventArgs) | Raises the MinusClick event. |
| OnMouseUp(MouseEventArgs) | Raises the MouseUp event. |
| OnPlusClick(CancelEventArgs) | Raises the PlusClick event. |
| OnScroll(EventArgs) | Raises the Scroll event. |
| OnValueChanged(EventArgs) | Raises the ValueChanged event. |
| Name | Description |
|---|---|
| MinusClick | Fires when the user clicks the Minus button. |
| MouseUp | Fires when the mouse pointer is over the RibbonTrackBar and the left mouse button is released. |
| PlusClick | Fires when the user clicks the Plus button. |
| Scroll | Fires when either a mouse or keyboard action moves the thumb. |
| ValueChanged | Fires when the Value property changes. |