Click or drag to resize

IHandler Properties

The ProgressBarIHandler type exposes the following members.

Properties
  NameDescription
Public propertyIndeterminate
Gets or sets a value indicating whether the progress is indeterminate
Public propertyMaxValue
Gets or sets the value of the progress bar that represents 100% complete. The default is 100.
Public propertyMinValue
Gets or sets the minimum value of the progress that represents 0% complete. The default is 0.
Public propertyValue
Gets or sets the current progress that falls between MinValue and MaxValue
Top
See Also