[]
        
(Showing Draft Content)

C1.Win.C1InputPanel.InputProgressBar

InputProgressBar Class

Represents a progress bar element in a C1InputPanel control.

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

Constructors

Name Description
InputProgressBar()

Initializes a new instance of InputProgressBar.

Properties

Name Description
BoundValue

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

DefaultElementHeight

Gets the default height of the progress bar element.

DefaultElementWidth

Gets the default width of the progress bar element.

DefaultHeight

Gets the default height of the InputProgressBar.

DefaultPadding

Gets the default padding within the InputProgressBar.

DefaultWidth

Gets the default width of the InputProgressBar.

Maximum

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

Minimum

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

NotSetVerticalAlign

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

Step

Gets or sets the amount by which a call to the PerformStep() method increases the current position of the progress bar.

Value

Gets or sets the current value of the InputProgressBar.

Methods

Name Description
Increment(int)

Advances the current position of the progress bar by the specified amount.

OnValueChanged(EventArgs)

Raises the ValueChanged event.

PerformStep()

Advances the current position of the progress bar by the amount of the Step property.

Events

Name Description
ValueChanged

Fires when the current Value changes.