Partager via


ProgressForm.ProgressStyle Property

 

Gets or sets the style of the progress bar that is associated with this progress form.

Namespace:   Microsoft.WindowsServerSolutions.Properties
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public ProgressBarStyle ProgressStyle { get; set; }
public:
property ProgressBarStyle ProgressStyle {
    ProgressBarStyle get();
    void set(ProgressBarStyle value);
}
Public Property ProgressStyle As ProgressBarStyle

Property Value

Type: System.Windows.Forms.ProgressBarStyle

One of the System.Windows.Forms.ProgressBarStyle enumeration values.

See Also

ProgressForm Class
Microsoft.WindowsServerSolutions.Properties Namespace

Return to top