TaskDialogProgressBar Class

Definition

Represents a progress bar control of a task dialog.

public ref class TaskDialogProgressBar sealed : System::Windows::Forms::TaskDialogControl
public sealed class TaskDialogProgressBar : System.Windows.Forms.TaskDialogControl
type TaskDialogProgressBar = class
    inherit TaskDialogControl
Public NotInheritable Class TaskDialogProgressBar
Inherits TaskDialogControl
Inheritance
TaskDialogProgressBar

Constructors

TaskDialogProgressBar()

Initializes a new instance of the TaskDialogProgressBar class.

TaskDialogProgressBar(TaskDialogProgressBarState)

Initializes a new instance of the TaskDialogProgressBar class using the given state.

Properties

BoundPage

Gets the TaskDialogPage instance which this control is currently bound to.

(Inherited from TaskDialogControl)
MarqueeSpeed

Gets or sets the speed of the marquee display of a progress bar.

Maximum

Gets or sets the maximum value of the range of the control.

Minimum

Gets or sets the minimum value of the range of the control.

State

Gets or sets the state of the progress bar.

Tag

Gets or sets the object that contains data about the control.

(Inherited from TaskDialogControl)
Value

Gets or sets the current position of the progress bar.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to