[]
        
(Showing Draft Content)

C1.Win.C1InputPanel.InputTrackBar

InputTrackBar Class

Represents a slider element in a C1InputPanel control.

Namespace: C1.Win.C1InputPanel
Assembly: C1.Win.C1InputPanel.4.8.dll
Syntax
public class InputTrackBar : InputComponent, IBindableComponent, IComponent, IDisposable, IInputXmlSerializable

Constructors

Name Description
InputTrackBar()

Initializes a new instance of InputTrackBar.

Properties

Name Description
BoundValue

Gets or sets the bound data value associated with this component.

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.

DefaultHeight

Gets the default height of the InputTrackBar.

DefaultPadding

Gets the default padding within the InputTrackBar.

DefaultWidth

Gets the default width of the InputTrackBar.

Height

Gets or sets the height of the InputTrackBar.

Maximum

Gets or sets the maximum value of the track bar range.

Minimum

Gets or sets the minimum value of the track bar range.

NotSetHorizontalAlign

Gets actual horizontal alignment when the HorizontalAlign property is equal to NotSet.

NotSetVerticalAlign

Gets actual vertical alignment when the VerticalAlign property is equal to NotSet.

Orientation

Gets or sets a value indicating the horizontal or vertical orientation of the InputTrackBar.

StepFrequency

Gets or sets a value that specifies the delta between thumb positions on the InputTrackBar.

TickFrequency

Gets or sets a value that specifies the delta between ticks drawn on the InputTrackBar.

Value

Gets or sets the current value of the InputTrackBar.

Width

Gets or sets the width of the InputTrackBar.

Methods

Name Description
OnScroll(EventArgs)

Raises the Scroll event.

OnValueChanged(EventArgs)

Raises the ValueChanged event.

ResetHeight()

This member is for internal use only.

ResetWidth()

This member is for internal use only.

Events

Name Description
Scroll

Fires when either a mouse or keyboard action moves the thumb.

ValueChanged

Fires when the Value property changes.