TaskDialogProgressBarValue Property
Gets or sets the current value of the progress bar.
This property is used only when
ProgressBarStyle is
Regular.
Default value: 0.
Namespace: KGySoft.WinForms.ComponentsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public int ProgressBarValue { get; set; }
Public Property ProgressBarValue As Integer
Get
Set
public:
property int ProgressBarValue {
int get ();
void set (int value);
}
member ProgressBarValue : int with get, set
Property Value
Int32